...
|
...
|
@@ -126,7 +126,7 @@ const index = (req, res, next) => { |
|
|
pageHeader: headerData,
|
|
|
module: 'guang',
|
|
|
page: 'index',
|
|
|
title: '逛',
|
|
|
title: '逛 | Yoho!Buy有货 | 潮流购物逛不停',
|
|
|
pageFooter: true
|
|
|
};
|
|
|
|
...
|
...
|
@@ -176,9 +176,9 @@ const tag = (req, res, next) => { |
|
|
|
|
|
};
|
|
|
|
|
|
if (param.isApp === false) {
|
|
|
responseData.pageHeader.navTitle = param.tag || '标签';
|
|
|
}
|
|
|
|
|
|
responseData.pageHeader.navTitle = param.tag || '标签';
|
|
|
|
|
|
|
|
|
indexModel.getTagEditor(param).then(result => {
|
|
|
res.render('index/list', Object.assign(responseData, result));
|
...
|
...
|
|