From 3668ee7f0a5cdeb801c5bfb58627bac24eda5d71 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Mon, 17 Mar 2025 17:34:18 +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=BC=93=E5=AD=98=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/carSource.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/secondHandCar/carSource.vue b/src/views/secondHandCar/carSource.vue index 2e0823c4..d3957a97 100644 --- a/src/views/secondHandCar/carSource.vue +++ b/src/views/secondHandCar/carSource.vue @@ -243,22 +243,22 @@ export default { this.vehicleAnglePhotoList=[{url:this.form.vehicleAnglePhoto}] } if(carSourceFormInfo.otherImgSrc0){ - this.otherImgSrcList.push(carSourceFormInfo.otherImgSrc0) + this.otherImgSrcList.push({url:carSourceFormInfo.otherImgSrc0}) } if(carSourceFormInfo.otherImgSrc1){ - this.otherImgSrcList.push(carSourceFormInfo.otherImgSrc1) + this.otherImgSrcList.push({url:carSourceFormInfo.otherImgSrc1}) } if(carSourceFormInfo.otherImgSrc2){ - this.otherImgSrcList.push(carSourceFormInfo.otherImgSrc2) + this.otherImgSrcList.push({url:carSourceFormInfo.otherImgSrc2}) } if(carSourceFormInfo.otherImgSrc3){ - this.otherImgSrcList.push(carSourceFormInfo.otherImgSrc3) + this.otherImgSrcList.push({url:carSourceFormInfo.otherImgSrc3}) } if(carSourceFormInfo.otherImgSrc4){ - this.otherImgSrcList.push(carSourceFormInfo.otherImgSrc4) + this.otherImgSrcList.push({url:carSourceFormInfo.otherImgSrc4}) } if(carSourceFormInfo.otherImgSrc5){ - this.otherImgSrcList.push(carSourceFormInfo.otherImgSrc5) + this.otherImgSrcList.push({url:carSourceFormInfo.otherImgSrc5}) } console.log("--",this.vehicleLicensePhotoList,this.vehicleAnglePhotoList,this.otherImgSrcList) },