发送消息的回执请求完善

This commit is contained in:
2022-02-28 16:52:37 +08:00
parent bce7822e51
commit 04d9d772c4
3 changed files with 54 additions and 22 deletions

View File

@@ -132,7 +132,8 @@
break;
case 'location':
uni.chooseLocation({
success: (location) => {
success: (location) => {
console.log(location);
im.sentLocation(this.conversationType, this.targetId, location).then(() => {
this.success()
})