西海岸问题修复
This commit is contained in:
parent
c78b6e8f0f
commit
a692d9fcd9
|
@ -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('网络繁忙,请稍后再试')
|
||||
}
|
||||
)
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue