二手车交易,照片缓存报错

This commit is contained in:
2025-03-17 16:25:59 +08:00
parent 9c7ec8969e
commit d7242ab1a5

View File

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