|
@@ -233,6 +233,7 @@ export default {
|
|
const width = document.documentElement.clientWidth;
|
|
const width = document.documentElement.clientWidth;
|
|
for (const elm of this.swichusers) {
|
|
for (const elm of this.swichusers) {
|
|
if (elm.swichuserid === objid) {
|
|
if (elm.swichuserid === objid) {
|
|
|
|
+ console.log('elm--->' + elm);
|
|
const id_ = 'othe-video-' + elm.swichindex;
|
|
const id_ = 'othe-video-' + elm.swichindex;
|
|
this.shmaiindex = elm.swichindex;
|
|
this.shmaiindex = elm.swichindex;
|
|
const thr_ = document.getElementById(id_);
|
|
const thr_ = document.getElementById(id_);
|