合并代码

This commit is contained in:
sx 2025-03-17 08:48:14 +08:00
parent cc9578f3eb
commit d98e1822db
1 changed files with 4 additions and 1 deletions

View File

@ -79,7 +79,10 @@
//
function removeListener() {
uni.$chat.on(TencentCloudChat.EVENT.CONVERSATION_LIST_UPDATED);
let onMessageReceived = function(event) {
}
uni.$chat.on(TencentCloudChat.EVENT.CONVERSATION_LIST_UPDATED,onMessageReceived);
}
//