二手车交易,调数字键盘
This commit is contained in:
@ -131,7 +131,7 @@ export default {
|
||||
if(res.data.otherPhoto){
|
||||
this.imgSrcList=res.data.otherPhoto.split(',') || []
|
||||
}
|
||||
this.imgSrcList.push(res?.data?.vehicleAnglePhoto)
|
||||
this.imgSrcList.unshift(res?.data?.vehicleAnglePhoto)
|
||||
console.log("this.imgSrcList",this.imgSrcList)
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user