소스 검색

feat(KIP-18408): Temp parking frontend |天津|电子券上限2

lock.qiu 10 달 전
부모
커밋
48132cbd5b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/pages/parkingFeeV2/mixins/parkingFeeCoupon.js

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

@@ -302,8 +302,8 @@ export default {
           icon: 'none',
         });
       }
-      // 电子券上限判断(杭州、福州)
-      if ( this.checkedCouponList.length >= this.remainCoupons && (this.parkMallCode === 2 || this.parkMallCode === 8 || this.parkMallCode === 7 || this.parkMallCode === 9 || this.parkMallCode === 5 || this.parkMallCode === 8) ) {
+      // 电子券上限判断(杭州、福州)+天津 20240911
+      if ( this.checkedCouponList.length >= this.remainCoupons && (this.parkMallCode === 2 || this.parkMallCode === 6 || this.parkMallCode === 7 || this.parkMallCode === 9 || this.parkMallCode === 5 || this.parkMallCode === 8) ) {
         if ( showMsg ) return true
         return Toast({
           message: `电子券每天最多可使用${this.maxOneDayCoupons}张`,