From a692d9fcd97f901d71174456e4dcc527653dce30 Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Wed, 28 Dec 2022 16:23:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A5=BF=E6=B5=B7=E5=B2=B8=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/components/H5Player.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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('网络繁忙,请稍后再试') } ) },