Commit f714a02a by libai

测试

parent 3c258757
Showing with 1 additions and 6 deletions
...@@ -749,12 +749,7 @@ $(function(){ ...@@ -749,12 +749,7 @@ $(function(){
window.location.reload() window.location.reload()
}) })
$("#myVideo").on("waiting",function(){ $("#myVideo").on("waiting",function(){
clearTimeout(iosT)
$(".play-icon").fadeIn(200)
// iosT=setTimeout(function(){
// var player = document.getElementById('myVideo');
// player.play()
// },500)
}) })
$("#myVideo").on("playing",function(){ $("#myVideo").on("playing",function(){
$(".play-icon").hide() $(".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