...
|
...
|
@@ -489,8 +489,9 @@ class IndexController extends WebAction |
|
|
|
|
|
$data = array_merge(
|
|
|
array(
|
|
|
'shopId' => $shopId,
|
|
|
'shopIndexPage' => true,
|
|
|
'shopId' => $shopId,
|
|
|
'shopQueryKey' => $this->get('query', ''),
|
|
|
'pathNav' => false, // pathNav数据结构同其他页面
|
|
|
'coupon' => false, // 先不做
|
|
|
'trendInfo' => ShopModel::getArticle($shopId),
|
...
|
...
|
@@ -542,6 +543,7 @@ class IndexController extends WebAction |
|
|
array(
|
|
|
'shopIndexPage' => true,
|
|
|
'shopId' => $shopId,
|
|
|
'shopQueryKey' => $this->get('query', ''),
|
|
|
'pathNav' => false, // pathNav数据结构同其他页面
|
|
|
'coupon' => false, // 先不做
|
|
|
),
|
...
|
...
|
|