...
|
...
|
@@ -207,7 +207,7 @@ const _getBundleAsync = (result) => { |
|
|
count: _.get(result, 'data.bundleInfo.bundleCount', 1),
|
|
|
phrase: _.get(result, 'data.bundleInfo.promotionPhrase', ''),
|
|
|
type: _.get(result, 'data.bundleInfo.discountType', 1),
|
|
|
discount: _.get(result, 'data.bundleInfo.discount', '')
|
|
|
discount: _.get(result, 'data.bundleInfo.discount', null)
|
|
|
};
|
|
|
};
|
|
|
|
...
|
...
|
|