Authored by shuaiguo

feat(购物车):新增每满减营销活动枚举值

... ... @@ -18,7 +18,8 @@ const PROMOTION_TYPE_TAG_MAP = {
SpecifiedAmount: '满减', // X件X元
FreeShippingCost: '免运费',
VipFreeShippingCost: '免运费',
Payment: '折扣' // apple pay
Payment: '折扣', // apple pay
LoopCashReduce: '每满减'
};
const GOODS_TYPE_TAG_MAP = {
... ...