Commit 9824a8ba authored by liujiangnan's avatar liujiangnan

debug

parent 2dcea14c
......@@ -246,10 +246,10 @@ class PlayView {
$(".video").attr("src", this.data.video);
const video = $("#video")[0];
video.play();
setTimeout(() => {
video.pause();
}, 10);
// video.play();
// setTimeout(() => {
// video.pause();
// }, 10);
let i = setInterval(() => {
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