diff --git a/front/src/views/home/components/H5Player.vue b/front/src/views/home/components/H5Player.vue index 36b900aa..0755e2a6 100644 --- a/front/src/views/home/components/H5Player.vue +++ b/front/src/views/home/components/H5Player.vue @@ -188,6 +188,9 @@ // that.pausePlay(iWndIndex) if (!that.unStopable) { setTimeout(() => { + that.videoDom = that.$refs.video333.querySelector('video') || {} + debugger + that.videoDom.pause() // that.exportCanvasAsPNG('12preview_playCanvas0', 'test') }, 0) @@ -234,7 +237,7 @@ }, (e) => { console.error(e) - // message.error('错误代码:' + e) + message.error('网络繁忙,请稍后再试') } ) },