Commit 7d8de2ee by libai

测试

parent cf8d7429
Showing with 2 additions and 2 deletions
...@@ -738,8 +738,8 @@ $(function(){ ...@@ -738,8 +738,8 @@ $(function(){
flvPlayer.unload(); flvPlayer.unload();
} }
$("#myVideo").on("pause",function(){ $("#myVideo").on("pause",function(){
clearTimeout(iosT) // clearTimeout(iosT)
$(".play-icon").fadeIn(200) // $(".play-icon").fadeIn(200)
// iosT=setTimeout(function(){ // iosT=setTimeout(function(){
// var player = document.getElementById('myVideo'); // var player = document.getElementById('myVideo');
// player.play() // player.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 sign in to comment