Authored by zhangxiaoru

brand

... ... @@ -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}/list`;
data.brandDomain = `${config.siteUrl}/product/shop/${data.brandDomain}`;
});
if (index !== '0~9') {
... ...