Commit 4924c15f by libai

测试

parent b93e9a9f
Showing with 3 additions and 1 deletions
......@@ -756,7 +756,9 @@ $(function(){
// player.play()
// },500)
})
$("#myVideo").on("playing",function(){
$(".play-icon").hide()
})
$("#myVideo").on("canplay",function(){
clearInterval(iosT)
$(".play-icon").hide()
......
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 sign in to comment