From 1d8fd78a2b5b43bc63cb88ca64836cdad5fc1824 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 30 Jul 2025 10:26:13 +0800 Subject: [PATCH] =?UTF-8?q?story#6932,=E5=94=AE=E5=87=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=EF=BC=8C=E5=8C=BA=E5=88=86=E4=B8=89=E7=A7=8D=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=8F=8A=E6=8C=89=E9=92=AE=E5=AF=B9=E5=BA=94?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/carSource.vue | 18 - .../components/upload-common.vue | 5 + src/views/secondHandCar/mineRelease.vue | 14 +- src/views/secondHandCar/sellingInfo.vue | 350 ++++++++++++------ 4 files changed, 239 insertions(+), 148 deletions(-) diff --git a/src/views/secondHandCar/carSource.vue b/src/views/secondHandCar/carSource.vue index 8782ae19..5fd03b42 100644 --- a/src/views/secondHandCar/carSource.vue +++ b/src/views/secondHandCar/carSource.vue @@ -268,7 +268,6 @@ export default { if( this.form.vehicleRearPhoto ) { this.vehicleRearPhotoList = [{url: this.form.vehicleRearPhoto}] } - // console.log("carSourceFormInfo",carSourceFormInfo) if(carSourceFormInfo.otherImgSrc0){ this.otherImgSrc.push(carSourceFormInfo.otherImgSrc0) this.otherImgSrcList.push({url:carSourceFormInfo.otherImgSrc0}) @@ -293,7 +292,6 @@ export default { this.otherImgSrc.push(carSourceFormInfo.otherImgSrc5) this.otherImgSrcList.push({url:carSourceFormInfo.otherImgSrc5}) } - // console.log("--",this.vehicleLicensePhotoList,this.vehicleAnglePhotoList,this.otherImgSrcList) }, methods:{ validatePrice(value) { @@ -480,21 +478,6 @@ 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) @@ -605,7 +588,6 @@ export default { } .navBar{ margin-bottom: 46px; - } .noContentAudit{ height: calc(100% - 42px); diff --git a/src/views/secondHandCar/components/upload-common.vue b/src/views/secondHandCar/components/upload-common.vue index 1d25f4cb..1fdf5d81 100644 --- a/src/views/secondHandCar/components/upload-common.vue +++ b/src/views/secondHandCar/components/upload-common.vue @@ -8,6 +8,7 @@ :preview-full-image="false" :max-count="multiple ? 6 : 1" @click-preview="handlePreviewClick" + :deletable="showDel" >