Merge branch 'feature/newCustomer' into release/5.2
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -79,7 +79,7 @@ const _getNewUserFloorData = data => { | @@ -79,7 +79,7 @@ const _getNewUserFloorData = data => { | ||
79 | floorData.newUserFloor.hasSwitch = proList.length > 5 ? true : false; | 79 | floorData.newUserFloor.hasSwitch = proList.length > 5 ? true : false; |
80 | 80 | ||
81 | _.forEach(proList, value => { | 81 | _.forEach(proList, value => { |
82 | - value.thumb = helpers.image(value.goods_list[0].images_url, 222, 315); | 82 | + value.thumb = helpers.image(value.goods_list[0].images_url, 185, 247); |
83 | value.for_newuser = true; | 83 | value.for_newuser = true; |
84 | value.url = helpers.getUrlBySkc(value.product_id, value.goods_list[0].goods_id, value.cn_alphabet); | 84 | value.url = helpers.getUrlBySkc(value.product_id, value.goods_list[0].goods_id, value.cn_alphabet); |
85 | }); | 85 | }); |
-
Please register or login to post a comment