|
|
@ -45,10 +45,9 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods:{
|
|
|
|
methods:{
|
|
|
|
openChat(room){
|
|
|
|
openChat(room){
|
|
|
|
|
|
|
|
this.showChatInfo = false;
|
|
|
|
this.currentRoom = undefined
|
|
|
|
this.currentRoom = undefined
|
|
|
|
this.$nextTick(() => this.currentRoom = room);
|
|
|
|
this.$nextTick(() => this.currentRoom = room);
|
|
|
|
this.showChatInfo = false;
|
|
|
|
|
|
|
|
this.currentRoom = room;
|
|
|
|
|
|
|
|
this.$router.push(`/rooms/${room.roomId}`);
|
|
|
|
this.$router.push(`/rooms/${room.roomId}`);
|
|
|
|
this.search = '';
|
|
|
|
this.search = '';
|
|
|
|
},
|
|
|
|
},
|
|
|
|