|
@@ -464,12 +464,12 @@ export default {
|
|
|
if (oldstrem_) {
|
|
|
const swichstrem = _.find(this.stremMeetlist, { swichuserid: switchzjr });
|
|
|
this.stermStop(oldstrem_.strem);
|
|
|
+ this.stermPlay(oldstrem_.strem, 'look-video-right');
|
|
|
if (swichstrem) {
|
|
|
this.stermStop(swichstrem.strem);
|
|
|
+ const id_ = 'othe-video-' + swichstrem.index;
|
|
|
+ this.stermPlay(oldstrem_.strem, id_);
|
|
|
}
|
|
|
- this.stermPlay(oldstrem_.strem, 'look-video-right');
|
|
|
- const id_ = 'othe-video-' + swichstrem.index;
|
|
|
- this.stermPlay(oldstrem_.strem, id_);
|
|
|
}
|
|
|
},
|
|
|
async userswichrole() {
|