clean
This commit is contained in:
@@ -160,9 +160,8 @@ const addListeners = () => {
|
||||
console.log('消息删除结果', code)
|
||||
})
|
||||
} else if (message.objectName === RongIMLib.ObjectName.ContactNotification) {
|
||||
console.log('onContactNotification');
|
||||
// 触发一个新好友的通知事件
|
||||
uni.$emit('onContactNotification', message.content)
|
||||
uni.$emit('onContactNotification', message)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user