...
|
...
|
@@ -106,6 +106,10 @@ class ShopModel |
|
|
$searchCondition['userInput'] = empty($searchCondition['userInput']) ? array() : $searchCondition['userInput'];
|
|
|
$param = array_merge($searchCondition['userInput'], array('navBar' => 1));
|
|
|
$data['allGoods']['list'] = $result['goods'];
|
|
|
$data['allGoods']['navs'][] = array(
|
|
|
'name' => 'MORE',
|
|
|
'href' => self::$shopListUrl
|
|
|
);
|
|
|
$data['allGoods']['name'] = '全部商品 ALL';
|
|
|
$data['allGoods']['opts'] = $result['opts'];
|
|
|
$data['leftContent'] = isset($result['leftContent']) ? $result['leftContent'] : '';
|
...
|
...
|
|