story#5314 二手车系统的优化需求 需要UI和接口的修改

This commit is contained in:
2025-04-07 16:07:02 +08:00
parent 7b7e926f8a
commit 5de1efc5fb
6 changed files with 100 additions and 14 deletions

View File

@ -150,6 +150,9 @@ export default {
if(res.data.otherPhoto){
this.imgSrcList=res.data.otherPhoto.split(',') || []
}
if( res?.data?.vehicleRearPhoto ) {
this.imgSrcList.unshift(res?.data?.vehicleRearPhoto)
}
this.imgSrcList.unshift(res?.data?.vehicleAnglePhoto)
}
},