Authored by 毕凯

Merge branch 'hotfix/toFixed' into 'master'

toFixed



See merge request !1001
@@ -347,7 +347,7 @@ function coupon(count, orderInfo, orderComputeData) { @@ -347,7 +347,7 @@ function coupon(count, orderInfo, orderComputeData) {
347 info: '' 347 info: ''
348 }; 348 };
349 349
350 - let couponAmount = _.get(orderComputeData, 'coupon_amount', false); 350 + let couponAmount = _.get(orderComputeData, 'coupon_amount', 0);
351 351
352 if (_.get(orderInfo, 'usable_usual_code', null)) { 352 if (_.get(orderInfo, 'usable_usual_code', null)) {
353 coupons.selectedAmount++; 353 coupons.selectedAmount++;