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"})