请求聊天总数 设置已读改为websocket模式
This commit is contained in:
parent
b8b418e1f7
commit
d12e4abdfb
@ -56,6 +56,8 @@
|
|||||||
open() {
|
open() {
|
||||||
this.dialogVisible = true
|
this.dialogVisible = true
|
||||||
this.getAuthorList()
|
this.getAuthorList()
|
||||||
|
const {IMUI} = this.$refs;
|
||||||
|
IMUI.messageViewToBottom()
|
||||||
},
|
},
|
||||||
getUnReadCount(){
|
getUnReadCount(){
|
||||||
webSocketManager.sendMessage(JSON.stringify({handlerType:'8',authorId:'8'}))
|
webSocketManager.sendMessage(JSON.stringify({handlerType:'8',authorId:'8'}))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user