|
@@ -17,7 +17,7 @@
|
|
|
<div id="othe-video-5" :style="{ height: otheheight, width: othewidth }" class="video-box col-div othe-video-left"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="videoBtn" id="videobtnid" :style="{ top: btop, right: bright }">
|
|
|
+ <div class="videoBtn" id="videobtnid" :style="{ top: btop, right: bright, transform: transform }">
|
|
|
<el-button type="warning" round @click="full()" size="mini"><i class="el-icon-rank"></i></el-button>
|
|
|
</div>
|
|
|
</van-overlay>
|
|
@@ -269,7 +269,9 @@ export default {
|
|
|
console.log('share--' + this.othedivshow);
|
|
|
const oldstrem_ = _.find(this.stremlist, { type: 'mainr' });
|
|
|
this.stermStop(oldstrem_.strem);
|
|
|
- this.stermPlay(oldstrem_.strem, 'look-video-right');
|
|
|
+ if (!this.swichzjrid) {
|
|
|
+ this.stermPlay(oldstrem_.strem, 'look-video-right');
|
|
|
+ }
|
|
|
if (this.othedivshow) {
|
|
|
for (const elm of this.stremMeetlist) {
|
|
|
this.stermStop(elm.strem);
|