story#5314 二手车系统的优化需求 需要UI和接口的修改
This commit is contained in:
@ -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)
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user