Authored by 周少峰

applepay tag

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