瀏覽代碼

fix(KIP-13164): 前海积分不参与与当前电子券优惠上限

john 1 年之前
父節點
當前提交
8f5d4df26d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/pages/parkingFeeV2/mixins/parkingFeeCoupon.js

+ 2 - 2
src/pages/parkingFeeV2/mixins/parkingFeeCoupon.js

@@ -79,8 +79,8 @@ export default {
       if ((this.parkMallCode === 4 || this.parkMallCode === 6) && this.orderDetail?.discountInfo?.points[0]?.discountFee) {
         this.remainPrice = this.remainPrice - this.orderDetail.discountInfo.points[0].discountFee
       }   
-      // 如果前海开启无积分上限的话,则
-      if ( parkMallCode === 5 && this.unLimitWeekendPoints && this.orderDetail.discountInfo?.points[0]?.discountFee) {
+      // 前海积分不参与当前电子券优惠上限
+      if ( parkMallCode === 5 && this.orderDetail.discountInfo?.points[0]?.discountFee) {
         this.remainPrice = this.remainPrice - this.orderDetail?.discountInfo?.points[0]?.discountFee
       }
       this.newAvailableDiscountFee = this.availableDiscountFee