...
|
...
|
@@ -397,7 +397,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: tsPromotionIds}, 'list'),
|
|
|
promotionPageUrl: helpers.urlFormat('/list', {psp_id: tsPromotionIds}),
|
|
|
tag: PROMOTION_TYPE_TAG_MAP[it.promotion_type],
|
|
|
|
|
|
isGift: it.promotion_type === 'Gift',
|
...
|
...
|
@@ -546,7 +546,7 @@ const formatCart = (cartDataRet, uid, shoppingKey, cartDelList) => { |
|
|
isEmpty: false,
|
|
|
isLogin: !!uid,
|
|
|
searchUrl: helpers.urlFormat('', null, 'search'), // 搜索链接(再逛逛)
|
|
|
listUrl: helpers.urlFormat('', null, 'list'),
|
|
|
listUrl: helpers.urlFormat('/list'),
|
|
|
viewOrderUrl: helpers.urlFormat('/home/orders', {
|
|
|
t: new Date().getTime()
|
|
|
})
|
...
|
...
|
|