Showing
1 changed file
with
4 additions
and
3 deletions
@@ -16,7 +16,8 @@ const PROMOTION_TYPE_TAG_MAP = { | @@ -16,7 +16,8 @@ const PROMOTION_TYPE_TAG_MAP = { | ||
16 | Gift: '赠品', | 16 | Gift: '赠品', |
17 | Needpaygift: '加价购', | 17 | Needpaygift: '加价购', |
18 | SpecifiedAmount: '满减', // X件X元 | 18 | SpecifiedAmount: '满减', // X件X元 |
19 | - FreeShippingCost: '免运费' | 19 | + FreeShippingCost: '免运费', |
20 | + VipFreeShippingCost: '免运费' | ||
20 | }; | 21 | }; |
21 | 22 | ||
22 | const GOODS_TYPE_TAG_MAP = { | 23 | const GOODS_TYPE_TAG_MAP = { |
@@ -326,8 +327,8 @@ const formatPromotion = (it, selectedGiftsList) => { | @@ -326,8 +327,8 @@ const formatPromotion = (it, selectedGiftsList) => { | ||
326 | promotionId: it.promotion_id, // 促销id | 327 | promotionId: it.promotion_id, // 促销id |
327 | promotionTitle: it.promotion_title, // "已满足[满30减10-dev30]", | 328 | promotionTitle: it.promotion_title, // "已满足[满30减10-dev30]", |
328 | promotionType: it.promotion_type, // 促销类型 | 329 | promotionType: it.promotion_type, // 促销类型 |
329 | - // list.yohobuy.com?pp_id=10408 | ||
330 | - promotionPageUrl: helpers.urlFormat('', { pp_id: it.promotion_id }, 'list'), | 330 | + // list.yohobuy.com?psp_id=10408 |
331 | + promotionPageUrl: helpers.urlFormat('', { psp_id: it.promotion_id }, 'list'), | ||
331 | tag: PROMOTION_TYPE_TAG_MAP[it.promotion_type], | 332 | tag: PROMOTION_TYPE_TAG_MAP[it.promotion_type], |
332 | 333 | ||
333 | isGift: it.promotion_type === 'Gift', | 334 | isGift: it.promotion_type === 'Gift', |
-
Please register or login to post a comment