|
@@ -243,9 +243,11 @@ export default {
|
|
|
swichposition(objid) {
|
|
|
console.log('in swichposition---' + objid);
|
|
|
if (objid) {
|
|
|
- console.log(this.swichusers);
|
|
|
+ console.log(this.stremMeetlist);
|
|
|
const oldstrem_ = _.find(this.stremlist, { type: 'mainr' });
|
|
|
+ console.log(oldstrem_);
|
|
|
for (const elm of this.stremMeetlist) {
|
|
|
+ console.log(elm);
|
|
|
if (elm.swichuserid === objid) {
|
|
|
reviewVideo(elm.strem, elm.id, oldstrem_.strem, 'look-video-right');
|
|
|
}
|