...
|
...
|
@@ -606,7 +606,10 @@ const formatCart = (cartDataRet, uid, shoppingKey, cartDelList) => { |
|
|
ensureUrl: helpers.urlFormat('/cart/ensure'),
|
|
|
|
|
|
// 免运费提示
|
|
|
tips: _.get(ordCartData, 'shipping_cost_prompt.shipping_cost_tips', '')
|
|
|
tips: _.get(ordCartData, 'shipping_cost_prompt.shipping_cost_tips', ''),
|
|
|
|
|
|
// 低档赠品
|
|
|
matchGiftIds: _.get(ordCartData, 'match_gift_ids', []).join(',')
|
|
|
};
|
|
|
|
|
|
let advStat = result.advanceCart.stat;
|
...
|
...
|
|