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