Authored by yyq

Merge branch 'hotfix/marketPrice'

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