添加了强制重新渲染 #85

Merged
theluyuan merged 1 commits from xbx into master 2020-09-03 03:45:19 +00:00

View File

@ -597,6 +597,7 @@
if(res.users.length > this.renqu){ if(res.users.length > this.renqu){
this.renqu = res.users.length this.renqu = res.users.length
} }
this.$forceUpdate()
}, },
whenNewMessage (message) {//新消息监听 whenNewMessage (message) {//新消息监听
// if(message.type == this.room.MessageType.PROP){ // if(message.type == this.room.MessageType.PROP){