Commit 02762cc4 by libai

测试

parent b2145d02
Showing with 9 additions and 8 deletions
......@@ -739,20 +739,21 @@ $(function(){
}
$("#myVideo").on("pause",function(){
clearTimeout(iosT)
iosT=setTimeout(function(){
var player = document.getElementById('myVideo');
player.play()
},500)
$(".play-icon").fadeIn(200)
// iosT=setTimeout(function(){
// var player = document.getElementById('myVideo');
// player.play()
// },500)
})
// $("#myVideo").on("waiting",function(){
// clearTimeout(iosT)
// layer.msg("流卡了")
$("#myVideo").on("waiting",function(){
clearTimeout(iosT)
$(".play-icon").fadeIn(200)
// iosT=setTimeout(function(){
// var player = document.getElementById('myVideo');
// player.play()
// },500)
// })
})
$("#myVideo").on("canplay",function(){
clearInterval(iosT)
......
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