liuyu 4 years ago
parent
commit
abd498c484
1 changed files with 1 additions and 0 deletions
  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;
         for (const elm of this.swichusers) {
           if (elm.swichuserid === objid) {
+            console.log('elm--->' + elm);
             const id_ = 'othe-video-' + elm.swichindex;
             this.shmaiindex = elm.swichindex;
             const thr_ = document.getElementById(id_);