Authored by shuaiguo

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

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