二手车交易,檫亮按钮当天不展示

This commit is contained in:
2025-03-13 20:16:12 +08:00
parent d280b1bcd1
commit 9472933a68

View File

@ -215,11 +215,11 @@ export default {
this.vehicleAnglePhotoList=[{url:res.data?.vehicleAnglePhoto}]
}
// this.form=JSON.parse(sessionStorage.getItem('formInfo'))
this.areaName=sessionStorage.getItem('areaName')
this.vehicleLicensePhotoList=JSON.parse(sessionStorage.getItem('vehicleLicensePhotoList'))
this.vehicleAnglePhotoList=JSON.parse(sessionStorage.getItem('vehicleAnglePhotoList'))
this.otherImgSrcList=JSON.parse(sessionStorage.getItem('otherImgSrcList'))
this.otherImgSrc=JSON.parse(sessionStorage.getItem('otherImgSrc'))
// this.areaName=sessionStorage.getItem('areaName')
// this.vehicleLicensePhotoList=JSON.parse(sessionStorage.getItem('vehicleLicensePhotoList'))
// this.vehicleAnglePhotoList=JSON.parse(sessionStorage.getItem('vehicleAnglePhotoList'))
// this.otherImgSrcList=JSON.parse(sessionStorage.getItem('otherImgSrcList'))
// this.otherImgSrc=JSON.parse(sessionStorage.getItem('otherImgSrc'))
},
methods:{
viewPrivacy(){