|
@@ -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'],
|