Commit 3f6be58f authored by liujiangnan's avatar liujiangnan

debug

parent f25e5374
...@@ -134,9 +134,9 @@ class PlayView { ...@@ -134,9 +134,9 @@ class PlayView {
$("#video").attr('src', videoArr[this.curIndex]) ; $("#video").attr('src', videoArr[this.curIndex]) ;
const video = $("#video")[0]; const video = $("#video")[0];
video.on('canplaythrough', function () { setTimeout(() => {
video.play(); video.play();
}); }, 2000);
_this.refreshBtnStatus(); _this.refreshBtnStatus();
......
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