Authored by yyq

店铺推荐文章切图规则替换

... ... @@ -632,7 +632,7 @@ const getShopData = (shopId, channel, params, shopInfo) => {
_.forEach(prodList, value => {
list[value.product_skn] = {
img: helpers.getForceSourceUrl(value.default_images) +
'?imageView/1/w/{width}/h/{height}',
'?imageView2/1/w/{width}/h/{height}',
title: value.product_name,
price: ${value.sales_price}`
};
... ...