Authored by 郭成尧

Merge branch 'feature/cart' of git.yoho.cn:fe/yohobuywap-node into feature/cart

... ... @@ -18,7 +18,7 @@ const formatPromotionTitle = (promo) => {
if (promo.status === 0) {
if (promo.condition_unit === 1) {
title = `差${transPrice(Math.abs(promo.condition_value))}件立享`;
title = `差${Math.abs(promo.condition_value)}件立享`;
} else if (promo.condition_unit === 2) {
title = `差¥${transPrice(Math.abs(promo.condition_value))}立享`;
}
... ...