liuyu 4 years ago
parent
commit
0c31702dd5
1 changed files with 4 additions and 2 deletions
  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')