|
@@ -78,7 +78,7 @@ export default {
|
|
|
* */
|
|
|
this.couponList = [...this.coupons];
|
|
|
this.remainPrice = this.usingTotalDiscount - this.paperDiscountFee;
|
|
|
- if ((this.parkMallCode === 4 || this.parkMallCode === 6) && this.orderDetail?.discountInfo?.points[0]?.discountFee) {
|
|
|
+ if ((this.parkMallCode === 4 || this.parkMallCode === 6) && this.orderDetail?.discountInfo?.points?.[0]?.discountFee) {
|
|
|
this.remainPrice = this.remainPrice - this.orderDetail.discountInfo.points[0].discountFee
|
|
|
}
|
|
|
// 如果前海开启无积分上限的话,则
|