liuyu 4 년 전
부모
커밋
aff50a20d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/live/roomDetail.vue

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

@@ -625,7 +625,7 @@ export default {
               console.log(id_);
               const newdata = { swichuserid: userid_zs, swichindex: this.index_ };
               this.swichusers.push(newdata);
-              console.log('将用户push到列表里' + this.swichusers);
+              console.log('将用户push到列表里' + newdata);
               if (this.user.uid === userid_zs) {
                 this.userindex_ = this.index_;
               }