Explorar o código

无牌车抬杆失败错误提示

john %!s(int64=2) %!d(string=hai) anos
pai
achega
ef0b1fce2f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pages/parkingFee/mixins/parkingFeeDetail.js

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

@@ -405,7 +405,7 @@ export default {
                 }, 1000)
               return
             }
-            if ( /CAR_NOT_FOUND/.test(res.code) ) {
+            if ( /CAR_NOT_FOUND|INOUT_FAILED/.test(res.code) ) {
               setTimeout(() => {
                 this.$router.replace({
                   path: 'parkingFeeMsg',