liuyu 4 tahun lalu
induk
melakukan
f1462a5b4d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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_ };