From 516841b000cd8128241e5314ae494541d1741629 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 15 Jan 2026 15:45:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=89=8B=E6=8B=96=E8=BD=A6=E8=BD=A6?= =?UTF-8?q?=E6=BA=90=E5=8F=91=E5=B8=83=E6=88=90=E5=8A=9F=E5=90=8E=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/carSource.vue | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/views/secondHandCar/carSource.vue b/src/views/secondHandCar/carSource.vue index 5fd03b42..fc54bc8c 100644 --- a/src/views/secondHandCar/carSource.vue +++ b/src/views/secondHandCar/carSource.vue @@ -478,6 +478,21 @@ export default { otherPhoto:this.otherImgSrc?.join(',') }) this.clearStorageFormInfo() + if(res.code == 200 && !res.msg){ + this.$toast('发布成功') + if(this.isWebFunc()){ + setTimeout(()=>{ + this.closeParentDialog() + },1000) + }else{ + setTimeout(()=>{ + this.$router.push({ name: "mineRelease"}) + sessionStorage.setItem('mineActiveTab',String(1) ) + },1000) + } + }else{ + this.$toast(res.msg) + } console.log("车源发布publishCarInfo",res) } catch (e){ console.log('e',e)