Authored by yyq

fix

... ... @@ -229,6 +229,7 @@ exports.processProductList = (list, options) => {
} else {
// 5.6商品列表未关联店铺不显示品牌
_.unset(product, 'brand_name');
// product.brandUrl = helpers.urlFormat('', '', product.brand_domain);
}
... ...