Commit 6748ca6e authored by liujiangnan's avatar liujiangnan

debug

parent 2094a205
...@@ -247,9 +247,9 @@ class PlayView { ...@@ -247,9 +247,9 @@ class PlayView {
const video = $("#video")[0]; const video = $("#video")[0];
video.play(); video.play();
setTimeout(() => { // setTimeout(() => {
video.pause(); video.pause();
}, 1); // }, 1);
let i = setInterval(() => { let i = setInterval(() => {
if (video.readyState > 0) { if (video.readyState > 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment