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