Commit f25e5374 authored by liujiangnan's avatar liujiangnan

debug

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