Commit 22ea3375 authored by liujiangnan's avatar liujiangnan

debug

parent bedf9c23
......@@ -95,6 +95,7 @@ body {
z-index: 100;
background: #f1e4c2;
text-align: center;
display: none;
}
.video-cover__image {
......
......@@ -246,6 +246,7 @@ class PlayView {
$(".video").attr("src", this.data.video);
const video = $("#video")[0];
video.currentTime = 0.01;
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