...
|
...
|
@@ -82,7 +82,7 @@ class NewsaleController extends AbstractAction |
|
|
$channel = Helpers::getChannelByCookie();
|
|
|
// 设置一些默认参数
|
|
|
$data = array(
|
|
|
'discountPage' => true,
|
|
|
'hotrankPage' => true,
|
|
|
'headerBanner' => \Product\NewsaleModel::getNewFocus($channel),
|
|
|
'showDownloadApp' => true,
|
|
|
'pageFooter' => true,
|
...
|
...
|
|