Authored by 周少峰

applepay tag

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