1
This commit is contained in:
parent
49269503d1
commit
ec0c3fd511
@ -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)
|
||||
})
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user