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