Showing
1 changed file
with
4 additions
and
0 deletions
@@ -106,6 +106,10 @@ class ShopModel | @@ -106,6 +106,10 @@ class ShopModel | ||
106 | $searchCondition['userInput'] = empty($searchCondition['userInput']) ? array() : $searchCondition['userInput']; | 106 | $searchCondition['userInput'] = empty($searchCondition['userInput']) ? array() : $searchCondition['userInput']; |
107 | $param = array_merge($searchCondition['userInput'], array('navBar' => 1)); | 107 | $param = array_merge($searchCondition['userInput'], array('navBar' => 1)); |
108 | $data['allGoods']['list'] = $result['goods']; | 108 | $data['allGoods']['list'] = $result['goods']; |
109 | + $data['allGoods']['navs'][] = array( | ||
110 | + 'name' => 'MORE', | ||
111 | + 'href' => self::$shopListUrl | ||
112 | + ); | ||
109 | $data['allGoods']['name'] = '全部商品 ALL'; | 113 | $data['allGoods']['name'] = '全部商品 ALL'; |
110 | $data['allGoods']['opts'] = $result['opts']; | 114 | $data['allGoods']['opts'] = $result['opts']; |
111 | $data['leftContent'] = isset($result['leftContent']) ? $result['leftContent'] : ''; | 115 | $data['leftContent'] = isset($result['leftContent']) ? $result['leftContent'] : ''; |
-
Please register or login to post a comment