liuyu 5 년 전
부모
커밋
4c0a1d8873
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
         }