liuyu před 4 roky
rodič
revize
f1462a5b4d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/live/roomDetail.vue

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

@@ -612,7 +612,7 @@ export default {
             this.index_ = this.index_ + 1;
             if (this.index_ < 6) {
               const id_ = 'othe-video-' + this.index_;
-              const newdata_ = { strem: remoteStream, index: this.index_, id: id_, swichuserid: this.userId_ };
+              const newdata_ = { strem: remoteStream, index: this.index_, id: id_, swichuserid: userid_zs };
               this.stremMeetlist.push(newdata_);
               console.log(id_);
               const newdata = { swichuserid: userid_zs, swichindex: this.index_ };