|
@@ -145,7 +145,7 @@ export default {
|
|
|
sendmemo: '',
|
|
|
total: 0,
|
|
|
transform: 'rotate(0)',
|
|
|
- oheight: '270px',
|
|
|
+ oheight: '200px',
|
|
|
vwidth: '100%',
|
|
|
vheight: '200px',
|
|
|
rheight: '200px',
|
|
@@ -380,6 +380,9 @@ export default {
|
|
|
// // 取消发布本地流成功
|
|
|
// });
|
|
|
});
|
|
|
+ const oldstrem_ = _.find(this.stremlist, { type: 'mainr' });
|
|
|
+ this.stermStop(this.localStream_);
|
|
|
+ this.stermPlay(oldstrem_.strem, 'look-video-right');
|
|
|
}
|
|
|
}
|
|
|
}
|