liuyu vor 5 Jahren
Ursprung
Commit
aff50a20d3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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_;
               }