消息监听整理完善

This commit is contained in:
2022-02-17 14:21:53 +08:00
parent c4704cb5ae
commit b4e4ee5458
6 changed files with 156 additions and 151 deletions

View File

@@ -77,7 +77,6 @@
methods: {
checkNewFriendPending() {
im.getPendingList((pendings) => {
console.log(pendings);
this.hasNewFriends = pendings.length
})
},
@@ -98,7 +97,6 @@
code,
conversations
}) => {
console.log(conversations);
if (code === 0) {
this.conversations = conversations
}