liuyu há 4 anos atrás
pai
commit
4c0a1d8873
1 ficheiros alterados com 1 adições e 0 exclusões
  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;
         }