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;
         }