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('行驶证主页照片不能为空')