|
@@ -139,6 +139,7 @@ export default {
|
|
|
// console.log(this.roomInfo);
|
|
// console.log(this.roomInfo);
|
|
|
},
|
|
},
|
|
|
onShow() {
|
|
onShow() {
|
|
|
|
|
+ this.$store.dispatch('updateUserInfo');
|
|
|
this.$http.get('/api/mp/getRoomInfo').then(res => {
|
|
this.$http.get('/api/mp/getRoomInfo').then(res => {
|
|
|
this.list = res;
|
|
this.list = res;
|
|
|
// console.log(this.list);
|
|
// console.log(this.list);
|