二手车交易,调数字键盘

This commit is contained in:
2025-03-14 09:27:04 +08:00
parent 34d228099c
commit 938d6c9386
3 changed files with 9 additions and 9 deletions

View File

@ -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)
}
},