This commit is contained in:
shijingjing
2022-09-15 14:42:41 +08:00
parent 24d903ab5c
commit 33330ac9d3

View File

@@ -190,7 +190,7 @@ export default {
// }
// })
this.shareToExternalChat({ ...text, attachments: data }).then((res) =>{
this.shareToExternalChat({ text: text, attachments: data }).then((res) =>{
console.log(res,'返回的数据');
})
},