diff --git a/src/views/secondHandCar/carSource.vue b/src/views/secondHandCar/carSource.vue index 71ddfcb8..68be2261 100644 --- a/src/views/secondHandCar/carSource.vue +++ b/src/views/secondHandCar/carSource.vue @@ -243,7 +243,7 @@ export default { this.vehicleAnglePhotoList=[{url:this.form.vehicleAnglePhoto}] } this.otherImgSrcList=carSourceFormInfo.otherImgSrcList - this.otherImgSrc=carSourceFormInfo.otherImgSrc + // this.otherImgSrc=carSourceFormInfo.otherImgSrc /* if(carSourceFormInfo.otherImgSrc?.length>0){ carSourceFormInfo.otherImgSrc?.map(item=>this.otherImgSrcList.push({url:item})) }*/ @@ -269,7 +269,7 @@ export default { viewPrivacy(){ let data={ form:this.form,radio:this.radio,areaName:this.areaName, - otherImgSrc:this.otherImgSrc, otherImgSrcList:this.otherImgSrcList, + otherImgSrcList:this.otherImgSrcList, /* vehicleLicensePhotoList:this.vehicleLicensePhotoList, vehicleAnglePhotoList:this.vehicleAnglePhotoList, otherImgSrcList:this.otherImgSrcList,