...
|
...
|
@@ -389,7 +389,7 @@ const formatPromotion = (it, selectedGiftsList) => { |
|
|
promotionDesc: identIconReplace(it.promotion_desc),
|
|
|
promotionType: it.promotion_type, // 促销类型
|
|
|
// list.yohobuy.com?psp_id=10408
|
|
|
promotionPageUrl: helpers.urlFormat('', { psp_id: Object.assign([], it.ts_promotion_ids).shift() }, 'list'),
|
|
|
promotionPageUrl: helpers.urlFormat('', { psp_id: it.ts_promotion_ids.join(',') }, 'list'),
|
|
|
tag: PROMOTION_TYPE_TAG_MAP[it.promotion_type],
|
|
|
|
|
|
isGift: it.promotion_type === 'Gift',
|
...
|
...
|
|