This commit is contained in:
2022-02-23 17:09:26 +08:00
9 changed files with 86 additions and 71 deletions

View File

@@ -59,7 +59,11 @@
onLoad() {
// 监听新的好友申请
uni.$on('onNewContactConversation', this.checkNewFriendPending)
uni.$on('onNewContactConversation', () => {
console.log('更新好友申请数量');
// 更新好友申请数量
this.checkNewFriendPending()
})
},
onShow() {
// 好友申请数量