mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
feat: 添加移动端提示可能要发送的图片
This commit is contained in:
parent
50106d19e8
commit
9d9213fbdb
@ -1643,6 +1643,7 @@ export default {
|
||||
type: 'photo',
|
||||
msg: {
|
||||
type: 'img',
|
||||
filename: this.maybePhotoData.original.name,
|
||||
path: this.maybePhotoData.original.path,
|
||||
width: this.maybePhotoData.original.width,
|
||||
height: this.maybePhotoData.original.height,
|
||||
|
||||
@ -1749,6 +1749,7 @@ export default {
|
||||
url: $A.apiUrl('dialog/msg/sendfile'),
|
||||
data: {
|
||||
dialog_id: tempMsg.dialog_id,
|
||||
filename: msg.filename
|
||||
},
|
||||
headers: {
|
||||
token: this.userToken,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user