Merge pull request '添加了强制重新渲染' (#85) from xbx into master

Reviewed-on: http://git.luyuan.tk/luyuan/demingshangjia/pulls/85
This commit is contained in:
luyuan 2020-09-03 11:45:18 +08:00
commit 60cb9294fc

View File

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