From 65a53ab26799b172f012d2a621b038dfd5db0491 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 29 Jan 2026 21:32:19 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"CRM=5F26-01-22#story#7966,=E5=85=B3?= =?UTF-8?q?=E4=BA=8E=E5=9C=A8=E6=89=93=E9=80=9A=E7=B3=BB=E7=BB=9F=E4=B8=AD?= =?UTF-8?q?=E8=B4=A3=E4=BB=BB=E9=99=A9=E4=BF=A1=E6=81=AF=E5=85=B3=E8=81=94?= =?UTF-8?q?=E7=9A=84=E9=9C=80=E6=B1=82"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 87546848d2d9ca73be47c109519cc22312eaa5b8. --- src/views/index/vehicleAdd.vue | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/views/index/vehicleAdd.vue b/src/views/index/vehicleAdd.vue index f87e3a6d..0f009971 100644 --- a/src/views/index/vehicleAdd.vue +++ b/src/views/index/vehicleAdd.vue @@ -8,7 +8,7 @@ :border="false" :fixed="true" :safe-area-inset-top="true" - @click-left="back" + @click-left="h5GoBack" />
@@ -418,7 +418,7 @@
--> - + @@ -1211,14 +1211,6 @@ export default { this.vehicleInfoChange=false this.insuranceChange=false }, - back() { - this.$router.push({ - name:'vehicleManage', - params:{ - id: this.id - } - }) - }, async submitBtn(){ if( !this.vehicleLicenseFront ) { this.$toast('行驶证主页照片不能为空')