liax 9 年之前
父節點
當前提交
afd7348afa
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 1 1
      helper/func.php
  2. 2 0
      mobile/control/find.php

+ 1 - 1
helper/func.php

@@ -27,7 +27,7 @@ class func
     // 添加图片路径
     public static function format_brand_img($filename)
     {
-        return UPLOAD_SITE_URL . '/shop/brand/' . $filename;
+        return UPLOAD_SITE_URL . '/shop/brand/' .'circle'. $filename;
     }
 
     /**

+ 2 - 0
mobile/control/find.php

@@ -38,6 +38,8 @@ class findControl extends mobileHomeControl
      */
     public function category_list_2Op()
     {
+
+
         $category_list = Model()->table('category_item')->where(array('category_type' => 'keyword', 'enable' => '1'))->order('sort asc')->select();
 
         $result = array();