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(() => {