Преглед на файлове

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',
           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
         if ( showMsg ) return true
         return Toast({
         return Toast({
           message: `电子券每天最多可使用${this.maxOneDayCoupons}张`,
           message: `电子券每天最多可使用${this.maxOneDayCoupons}张`,