|
@@ -249,16 +249,16 @@ export default {
|
|
|
for (const elm of this.stremMeetlist) {
|
|
|
console.log(elm);
|
|
|
if (elm.swichuserid === objid) {
|
|
|
- reviewVideo(elm.strem, elm.id, oldstrem_.strem, 'look-video-right');
|
|
|
+ this.reviewVideo(elm.strem, elm.id, oldstrem_.strem, 'look-video-right');
|
|
|
}
|
|
|
}
|
|
|
} else {
|
|
|
console.log('share--' + this.othedivshow);
|
|
|
const oldstrem_ = _.find(this.stremlist, { type: 'mainr' });
|
|
|
- stermPlay(oldstrem_.strem, 'look-video-right');
|
|
|
+ this.stermPlay(oldstrem_.strem, 'look-video-right');
|
|
|
if (this.othedivshow) {
|
|
|
for (const elm of this.stremMeetlist) {
|
|
|
- stermStop(elm.strem);
|
|
|
+ this.stermStop(elm.strem);
|
|
|
}
|
|
|
}
|
|
|
}
|