Browse Source

bug修复 coupon

lock.qiu@kerryprops.com 2 năm trước cách đây
mục cha
commit
46ddd22fe3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/parkingFee/mixins/parkingFeeCoupon.js

+ 1 - 1
src/pages/parkingFee/mixins/parkingFeeCoupon.js

@@ -207,7 +207,7 @@ export default {
                 }
               }
             } else {
-              elm.disabled = true; // 非同批次的优惠券设置为不可选择
+              elm.disabled = false; // 非同批次的优惠券设置为不可选择
             }
             return elm
           })