...
|
...
|
@@ -157,8 +157,7 @@ const getBrandViewList = (channel, start, length) => { |
|
|
|
|
|
_.forEach(subValue, ssubValue => {
|
|
|
// 为品牌名称
|
|
|
let brandName = ssubValue.brand_name,
|
|
|
href;
|
|
|
let href;
|
|
|
|
|
|
if (switchParams.channelType === 1) {
|
|
|
href = helpers.urlFormat(ssubValue.brand_domain) + '?gender=1,3';
|
...
|
...
|
|