西海岸问题修复

This commit is contained in:
wuhongjian 2022-12-28 16:23:51 +08:00
parent c78b6e8f0f
commit a692d9fcd9
1 changed files with 4 additions and 1 deletions

View File

@ -188,6 +188,9 @@
// that.pausePlay(iWndIndex) // that.pausePlay(iWndIndex)
if (!that.unStopable) { if (!that.unStopable) {
setTimeout(() => { setTimeout(() => {
that.videoDom = that.$refs.video333.querySelector('video') || {}
debugger
that.videoDom.pause() that.videoDom.pause()
// that.exportCanvasAsPNG('12preview_playCanvas0', 'test') // that.exportCanvasAsPNG('12preview_playCanvas0', 'test')
}, 0) }, 0)
@ -234,7 +237,7 @@
}, },
(e) => { (e) => {
console.error(e) console.error(e)
// message.error(':' + e) message.error('网络繁忙,请稍后再试')
} }
) )
}, },