stanley-king 8 سال پیش
والد
کامیت
91dceddd35
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      mobile/control/index.php

+ 2 - 1
mobile/control/index.php

@@ -43,7 +43,8 @@ class indexControl extends specialControl
 
             $helper = new goods_helper();
             $ret = $helper->get_summary($goods_ids,$other_goods);
-            $blocks = special_helper::format_goods($goods_ids,"热门推荐");
+            $blocks = [];
+            $blocks[] = special_helper::format_goods($goods_ids,"热门推荐");
 
             self::outsuccess(array('special_list' => $blocks,
                 'summary' => $ret['summary'],