This commit is contained in:
PQZ 2025-05-08 15:58:48 +08:00
parent 49269503d1
commit ec0c3fd511

View File

@ -180,7 +180,7 @@
this.fileList.push({
url: res.url
})
this.fileImageUrl.push(res.fileName)
this.fileImageUrl.push(res.url)
console.log(this.fileList, 'fileList')
})
}
@ -200,7 +200,7 @@
this.recipientImageList.push({
url: res.url
})
this.recipientImageUrl.push(res.fileName)
this.recipientImageUrl.push(res.url)
})
}
},