请求聊天总数 设置已读改为websocket模式

This commit is contained in:
wxl 2025-01-12 02:01:07 +08:00
parent 7bfb2df8de
commit 0851f11e54

View File

@ -98,9 +98,9 @@ export default {
if(isNotEmpty(contactId)&&contactId==data.body.toContactId){
console.log('当前在该用户聊天框 设置为已读')
}
this.$refs.im.readAuthorMessage(contactId)
}catch (e) {
}
//
this.$refs.im.getUnReadCount()
}