From d7242ab1a5c13e683aa2cdcbcf2ce7e6ca275fb0 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Mon, 17 Mar 2025 16:25:59 +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=E7=85=A7=E7=89=87=E7=BC=93=E5=AD=98=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/carSource.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/secondHandCar/carSource.vue b/src/views/secondHandCar/carSource.vue index b2e99857..430c0a9a 100644 --- a/src/views/secondHandCar/carSource.vue +++ b/src/views/secondHandCar/carSource.vue @@ -251,10 +251,11 @@ export default { }, viewPrivacy(){ let data={ - form:this.form,radio:this.radio,areaName:this.areaName, vehicleLicensePhotoList:this.vehicleLicensePhotoList, + form:this.form,radio:this.radio,areaName:this.areaName, + /* vehicleLicensePhotoList:this.vehicleLicensePhotoList, vehicleAnglePhotoList:this.vehicleAnglePhotoList, otherImgSrcList:this.otherImgSrcList, - otherImgSrc:this.otherImgSrc, + otherImgSrc:this.otherImgSrc,*/ } localStorage.setItem("carSourceFormInfo",JSON.stringify(data)) this.$router.push({ name: "privacyComponent"})