liuyu 4 years ago
parent
commit
3785c4017c
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/views/live/roomDetail.vue

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

@@ -788,12 +788,12 @@ export default {
             }
           } else if (useridsplit_ === 'wxxcx') {
             console.log('小程序进入画面' + this.index_);
-            this.index_ = this.index_ + 1;
-            if (this.index_ < 11) {
-              const id_ = 'othe-video-' + this.index_;
-              console.log(id_);
-              remoteStream.play(id_);
-            }
+            // this.index_ = this.index_ + 1;
+            // if (this.index_ < 11) {
+            //   const id_ = 'othe-video-' + this.index_;
+            //   console.log(id_);
+            //   remoteStream.play(id_);
+            // }
           }
         });
         // 监听远端流增加事件