Authored by htoooth

fix

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