inleft
2024-05-18 57e3bead08715d72efaeffe90fafa179b8366473
src/components/iframe/videoMiniBox.vue
@@ -26,7 +26,7 @@
         //弹窗初始化后先不加载视频,等待手动播放
         this.init();
         this.dp.volume(0, true, false);
         this.dp.volume(0.1, true, false);
         this.dp.on('pause', function() {
            _this.$message.info("停止播放")
@@ -38,6 +38,7 @@
         this.dp.on('error', function() {
            _this.disabledPointer = true
            this.closePlayer = true;
         });
         _this.$nextTick(function() {
@@ -49,7 +50,8 @@
            dp: null,
            hls: null,
            videoData: {},
            closePlayer: false
            closePlayer: false,
            disabledPointer:false,
         }
      },
      methods: {