@@ -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;
}
/**
@@ -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();