Showing
1 changed file
with
1 additions
and
2 deletions
@@ -157,8 +157,7 @@ const getBrandViewList = (channel, start, length) => { | @@ -157,8 +157,7 @@ const getBrandViewList = (channel, start, length) => { | ||
157 | 157 | ||
158 | _.forEach(subValue, ssubValue => { | 158 | _.forEach(subValue, ssubValue => { |
159 | // 为品牌名称 | 159 | // 为品牌名称 |
160 | - let brandName = ssubValue.brand_name, | ||
161 | - href; | 160 | + let href; |
162 | 161 | ||
163 | if (switchParams.channelType === 1) { | 162 | if (switchParams.channelType === 1) { |
164 | href = helpers.urlFormat(ssubValue.brand_domain) + '?gender=1,3'; | 163 | href = helpers.urlFormat(ssubValue.brand_domain) + '?gender=1,3'; |
-
Please register or login to post a comment