Explorar el Código

bug修复 coupon

lock.qiu@kerryprops.com hace 2 años
padre
commit
46ddd22fe3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
           })