发送消息的回执请求完善
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user