...
|
...
|
@@ -1497,7 +1497,7 @@ const recommendAsync = (skn, page, limit) => { |
|
|
|
|
|
return {
|
|
|
market_price: salePrice === marketPrice ? '' : formatPrice(helpers.round(marketPrice, 2)),
|
|
|
price: formatPrice(helpers.round(marketPrice, 2)),
|
|
|
price: formatPrice(helpers.round(salePrice, 2)),
|
|
|
product_name: rp.product_name,
|
|
|
url: productUrl(rp.product_id, defaultGoods.goods_id, rp.cn_alphabet),
|
|
|
pic_url: productImageUrl(rp),
|
...
|
...
|
|