Commit 090f3bc2 authored by liujiangnan's avatar liujiangnan

debug

parent 76367f44
...@@ -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];
setTimeout(() => { video.addEventListener('canplaythrough', function () {
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