添加了强制重新渲染
This commit is contained in:
parent
2bdd8e2b7f
commit
cd89acf38c
@ -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){
|
||||||
|
Loading…
Reference in New Issue
Block a user