Authored by zhangxiaoru

brand

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