liuyu 4 anos atrás
pai
commit
7fb37121a5
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      src/views/live/roomDetail.vue

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

@@ -249,16 +249,16 @@ export default {
         for (const elm of this.stremMeetlist) {
           console.log(elm);
           if (elm.swichuserid === objid) {
-            reviewVideo(elm.strem, elm.id, oldstrem_.strem, 'look-video-right');
+            this.reviewVideo(elm.strem, elm.id, oldstrem_.strem, 'look-video-right');
           }
         }
       } else {
         console.log('share--' + this.othedivshow);
         const oldstrem_ = _.find(this.stremlist, { type: 'mainr' });
-        stermPlay(oldstrem_.strem, 'look-video-right');
+        this.stermPlay(oldstrem_.strem, 'look-video-right');
         if (this.othedivshow) {
           for (const elm of this.stremMeetlist) {
-            stermStop(elm.strem);
+            this.stermStop(elm.strem);
           }
         }
       }