Przeglądaj źródła

feat(KIP-13638): 反向寻车功能球加条件判断

lock.qiu@kerryprops.com 1 rok temu
rodzic
commit
e653c112aa

+ 4 - 4
src/pages/parkingFeeV2/mixins/parkingFindCarFirst.js

@@ -333,10 +333,10 @@ export default {
     },
     // 校验车牌号
     async preHandleSearch() {
-    this.$router.push({
-        path: 'parkingFindCar',
-        });
-        return
+    // this.$router.push({
+    //     path: 'parkingFindCar',
+    //     });
+    //     return
       if (this.disabledBtn) return
       // 不是杭州的车牌 或者 用户拒绝登陆的场景
       this.toParkingFeeDetail()