liuyu 4 年之前
父节点
当前提交
0c31702dd5
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/views/live/roomDetail.vue

+ 4 - 2
src/views/live/roomDetail.vue

@@ -640,8 +640,10 @@ export default {
             //this.zbfpbtn();
             this.swichposition();
             this.othedivshow = false;
-            this.oheight = '200px';
-            this.otheheight = '1px';
+            if (!this.isscreen) {
+              this.oheight = '200px';
+              this.otheheight = '1px';
+            }
             console.log('进入分享模式' + this.lvideoid_);
             remoteStream
               .play('look-video-left')