Showing
1 changed file
with
1 additions
and
1 deletions
@@ -632,7 +632,7 @@ const getShopData = (shopId, channel, params, shopInfo) => { | @@ -632,7 +632,7 @@ const getShopData = (shopId, channel, params, shopInfo) => { | ||
632 | _.forEach(prodList, value => { | 632 | _.forEach(prodList, value => { |
633 | list[value.product_skn] = { | 633 | list[value.product_skn] = { |
634 | img: helpers.getForceSourceUrl(value.default_images) + | 634 | img: helpers.getForceSourceUrl(value.default_images) + |
635 | - '?imageView/1/w/{width}/h/{height}', | 635 | + '?imageView2/1/w/{width}/h/{height}', |
636 | title: value.product_name, | 636 | title: value.product_name, |
637 | price: `¥${value.sales_price}` | 637 | price: `¥${value.sales_price}` |
638 | }; | 638 | }; |
-
Please register or login to post a comment