Browse Source

add rect_ to brand pic

root 9 years ago
parent
commit
087233fe2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mobile/control/brand.php

+ 1 - 1
mobile/control/brand.php

@@ -52,6 +52,6 @@ class brandControl extends mobileHomeControl
 
 
     private function _formatBrandPic($filename)
     private function _formatBrandPic($filename)
     {
     {
-        return UPLOAD_SITE_URL . '/shop/brand/' . $filename;
+        return UPLOAD_SITE_URL . '/shop/brand/' . 'rect_'.$filename;
     }
     }
 }
 }