...
|
...
|
@@ -38,6 +38,7 @@ const index = (req, res, next) => { |
|
|
pageHeader: headerModel.setNav({
|
|
|
navTitle: ''
|
|
|
}),
|
|
|
localCss: true,
|
|
|
categoryTab: isCate,
|
|
|
channel: result.channel ? result.channel : '',
|
|
|
brandList: result.brandList,
|
...
|
...
|
@@ -63,6 +64,7 @@ const brandList = (req, res, next) => { |
|
|
brandModel.brandListData(code, gender).then(result => {
|
|
|
res.render('brand/brand-list', {
|
|
|
layout: false,
|
|
|
localCss: true,
|
|
|
brandList: result.brandList
|
|
|
});
|
|
|
}).catch(next);
|
...
|
...
|
|