From f5e0af4753224dc60bfd59dfe06ea05a97adb6ff Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 13 Mar 2025 14:06:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=89=8B=E8=BD=A6=E4=BA=A4=E6=98=93?= =?UTF-8?q?=EF=BC=8C=E5=AE=A1=E6=A0=B8=E5=90=8E=E6=B4=BE=E5=8F=91=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/carSource.vue | 6 ++++-- src/views/secondHandCar/wantBuy.vue | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/secondHandCar/carSource.vue b/src/views/secondHandCar/carSource.vue index 517a61fb..0c9ba135 100644 --- a/src/views/secondHandCar/carSource.vue +++ b/src/views/secondHandCar/carSource.vue @@ -294,7 +294,9 @@ export default { auditResult: type ? 1 : 0 , auditReason: this.auditReason, }) - // this.h5GoBack() + setTimeout(()=>{ + this.closeParentDialog() + },2000) } finally { console.log(type) } @@ -329,7 +331,7 @@ export default { otherPhoto:this.otherImgSrc?.join(',') }) if(res.code == 200 && !res.msg){ - if(this.isWeb){ + if(this.isWebFunc()){ setTimeout(()=>{ this.closeParentDialog() },2000) diff --git a/src/views/secondHandCar/wantBuy.vue b/src/views/secondHandCar/wantBuy.vue index 7cfb4057..3544ae46 100644 --- a/src/views/secondHandCar/wantBuy.vue +++ b/src/views/secondHandCar/wantBuy.vue @@ -192,7 +192,9 @@ export default { auditResult: type ? 1 : 0 , auditReason: this.auditReason, }) - // this.h5GoBack() + setTimeout(()=>{ + this.closeParentDialog() + },2000) } finally { console.log(type) } @@ -218,7 +220,7 @@ export default { ...this.form, }) if(res.code == 200 && !res.msg){ - if(this.isWeb){ + if(this.isWebFunc()){ setTimeout(()=>{ this.closeParentDialog() },2000)