IM,群组相关页面

This commit is contained in:
2022-02-11 11:51:49 +08:00
parent b9364be40b
commit 8aebe0eef5
9 changed files with 279 additions and 28 deletions

View File

@@ -98,7 +98,6 @@
RongIMLib.getConversationList([1, 3], count, timestamp, (res) => {
if (res.code === 0) {
this.conversations = res.conversations
console.log(res.conversations);
}
})
},