...
|
...
|
@@ -20,7 +20,7 @@ const formatPromotionTitle = (promo) => { |
|
|
if (promo.condition_unit === 1) {
|
|
|
title = `差${transPrice(Math.abs(promo.condition_value))}件立享`;
|
|
|
} else if (promo.condition_unit === 2) {
|
|
|
title = `差¥${transPrice(Math.abs(promo.condition_value))}立享`;
|
|
|
title = `差¥${transPrice(Math.abs(promo.condition_value))}立享`;
|
|
|
}
|
|
|
} else {
|
|
|
title = '已满足';
|
...
|
...
|
|