...
|
...
|
@@ -172,9 +172,11 @@ const getBrandListByChannel = (channel) => { |
|
|
name: row.brand_name,
|
|
|
isHot: row.is_hot === 'Y' ? true : false,
|
|
|
isNew: row.is_show_new === 'Y' ? true : false,
|
|
|
url: helpers.urlFormat('/product/index/brand', {
|
|
|
url: row.type !== '3' ? helpers.urlFormat('/product/index/brand', {
|
|
|
domain: row.brand_domain,
|
|
|
shopType: row.type
|
|
|
}) : helpers.urlFormat('/product/global/list/', {
|
|
|
brand: row.global_brand_id
|
|
|
})
|
|
|
});
|
|
|
});
|
...
|
...
|
|