Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1496,7 +1496,7 @@ const recommendAsync = (skn, page, limit) => { | @@ -1496,7 +1496,7 @@ const recommendAsync = (skn, page, limit) => { | ||
1496 | } | 1496 | } |
1497 | 1497 | ||
1498 | return { | 1498 | return { |
1499 | - market_price: salePrice === marketPrice ? '' : formatPrice(helpers.round(salePrice, 2)), | 1499 | + market_price: salePrice === marketPrice ? '' : formatPrice(helpers.round(marketPrice, 2)), |
1500 | price: formatPrice(helpers.round(marketPrice, 2)), | 1500 | price: formatPrice(helpers.round(marketPrice, 2)), |
1501 | product_name: rp.product_name, | 1501 | product_name: rp.product_name, |
1502 | url: productUrl(rp.product_id, defaultGoods.goods_id, rp.cn_alphabet), | 1502 | url: productUrl(rp.product_id, defaultGoods.goods_id, rp.cn_alphabet), |
-
Please register or login to post a comment