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

+ 5 - 5
src/views/live/roomDetail.vue

@@ -540,11 +540,11 @@ export default {
           console.log('222--->' + useridsplit_);
           if (useridsplit_ === 'share') {
             this.lvideoid_ = 'video_' + remoteStream.getId();
-            this.zbfpbtn();
+            //this.zbfpbtn();
             this.swichposition();
-            this.othedivshow = false;
-            this.oheight = '200px';
-            this.otheheight = '1px';
+            // this.othedivshow = false;
+            // this.oheight = '200px';
+            // this.otheheight = '1px';
             remoteStream
               .play('look-video-left')
               .then(() => {
@@ -564,7 +564,7 @@ export default {
           } else if (useridsplit_ === 'mainr') {
             console.log('333');
             this.rvideoid_ = 'video_' + remoteStream.getId();
-            this.zbfullbtn();
+            // this.zbfullbtn();
             remoteStream
               .play('look-video-right')
               .then(() => {