liuyu 4 vuotta sitten
vanhempi
commit
4c0a1d8873
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/views/live/roomDetail.vue

+ 1 - 0
src/views/live/roomDetail.vue

@@ -276,6 +276,7 @@ export default {
         body = JSON.parse(body);
         if (body.switchrole === 'anchor' && body.userid === this.user.uid) {
           this.switchbtn = true;
+          this.roomMeetBtn();
         } else {
           this.switchbtn = false;
         }