Showing
1 changed file
with
2 additions
and
2 deletions
@@ -240,7 +240,7 @@ const getBrandInfo = (brandId, uid) => { | @@ -240,7 +240,7 @@ const getBrandInfo = (brandId, uid) => { | ||
240 | if (!_.isEmpty(proInfoTmp)) { | 240 | if (!_.isEmpty(proInfoTmp)) { |
241 | _.forEach(proInfoTmp, subValue => { | 241 | _.forEach(proInfoTmp, subValue => { |
242 | imgs.push({ | 242 | imgs.push({ |
243 | - src: helpers.image(subValue.default_images, 80, 100) | 243 | + src: helpers.image(subValue.default_images, 80, 100, 3) |
244 | }); | 244 | }); |
245 | }); | 245 | }); |
246 | } | 246 | } |
@@ -248,7 +248,7 @@ const getBrandInfo = (brandId, uid) => { | @@ -248,7 +248,7 @@ const getBrandInfo = (brandId, uid) => { | ||
248 | // 整合 | 248 | // 整合 |
249 | data = { | 249 | data = { |
250 | key: res.data.brand_id, | 250 | key: res.data.brand_id, |
251 | - icon: helpers.image(res.data.brand_ico, 80, 50), | 251 | + icon: helpers.image(res.data.brand_ico, 80, 50, 3), |
252 | title: res.data.brand_name, | 252 | title: res.data.brand_name, |
253 | content: res.data.brand_intro, | 253 | content: res.data.brand_intro, |
254 | subtitle: 'FEATURED ITEMS', | 254 | subtitle: 'FEATURED ITEMS', |
-
Please register or login to post a comment