Authored by zhangxiaoru

brand

... ... @@ -27,7 +27,7 @@ const index = (req, res, next) => {
contentCode = '94b5ed607b6d565ffc29c2c04be121dc';
name = 'LIFT STYLE首页';
link = 'http://www.yohoblk.com/lifestyle';
channel = 303
channel = 303;
} else {
contentCode = '81886aaa5e82e3741bc1ba1e04ec7706';
name = 'MEN首页';
... ...
... ... @@ -31,7 +31,7 @@ const _processListData = (list) => {
_.forEach(list.data.allList, function(value, index) {
_.forEach(value, function(data) {
data.brandDomain = `${config.siteUrl}/product/shop/${data.brandDomain}`;
data.brandDomain = `${config.siteUrl}/product/shop/${data.brandDomain}/list`;
});
if (index !== '0~9') {
... ...