From b927450c52d30866976f1ab0f5790bd0c4175cb7 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期四, 17 十月 2024 08:45:33 +0800
Subject: [PATCH] feat: 手机号查询逻辑修改
---
src/components/page/IndexXTYH.vue | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/src/components/page/IndexXTYH.vue b/src/components/page/IndexXTYH.vue
index 98f676c..2e02aac 100644
--- a/src/components/page/IndexXTYH.vue
+++ b/src/components/page/IndexXTYH.vue
@@ -283,8 +283,8 @@
})
}else if(this.statisticData.enterTime && (!this.statisticData.price || this.statisticData.price == 0)) { //閲戦涓�0
+ this.isShowjiaofei = false
if(this.statisticData.carNo !='_鏃燺' && this.statisticData.carNo!='鏃犺溅鐗�') {
- this.isShowjiaofei = false
this.tishiDialogVisiable2 = true
}
}else {
@@ -395,6 +395,15 @@
if(res.code===0){
this.statisticData = res.data;
this.outParkId = this.statisticData.id;
+ this.$message({
+ message: '鏌ヨ鎴愬姛',
+ type: 'success',
+ });
+ }else {
+ this.$message({
+ message: res.message,
+ type: 'error',
+ });
}
})
}else{
--
Gitblit v1.9.1