...
|
...
|
@@ -363,7 +363,7 @@ const listNew = (req, res, next) => { |
|
|
desc: categoryIntroRedis[1]
|
|
|
} : null;
|
|
|
|
|
|
res.render('search/goods-list', Object.assign({
|
|
|
res.render('search/list-new', Object.assign({
|
|
|
_noLazy: true, // 首屏不使用lazyload
|
|
|
module: 'product',
|
|
|
page: 'search-list-new',
|
...
|
...
|
@@ -375,9 +375,7 @@ const listNew = (req, res, next) => { |
|
|
}),
|
|
|
goodList: params,
|
|
|
firstPageGoods: responseResult || [],
|
|
|
showDownloadApp: true,
|
|
|
pageFooter: true,
|
|
|
category: true,
|
|
|
localCss: true,
|
|
|
appPath: appPath,
|
|
|
categoryIntro: categoryIntro
|
...
|
...
|
|