...
|
...
|
@@ -241,7 +241,7 @@ const getPriceGiftList = (promotionIds, promotionType) => { |
|
|
method: 'app.Shopping.queryPromotionGifts',
|
|
|
promotion_ids: promotionIds
|
|
|
}).then((data) => {
|
|
|
return data.code === 200 ? cartProcess.procPriceGiftData(data.data, promotionType) : void 0;
|
|
|
return data.code === 200 ? cartProcess.procPriceGiftData(data.data, promotionType) : {};
|
|
|
});
|
|
|
};
|
|
|
|
...
|
...
|
|