liuyu 4 年之前
父节点
当前提交
abd498c484
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/live/roomDetail.vue

+ 1 - 0
src/views/live/roomDetail.vue

@@ -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_);