|
@@ -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')
|