瀏覽代碼

Merge pull request #580 from tron/lock/release-3.17.0/KIP-18408

feat(KIP-18408): Temp parking frontend |天津|电子券上限2
John-Hong 10 月之前
父節點
當前提交
62a58a684a
共有 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}张`,