Authored by shuaiguo

Merge branch 'refs/heads/feature/reduce' into develop

... ... @@ -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 = {
... ...