Commit 15d497fc by libai

测试

parent 99942158
Showing with 4 additions and 1 deletions
...@@ -756,9 +756,12 @@ $(function(){ ...@@ -756,9 +756,12 @@ $(function(){
// player.play() // player.play()
// },500) // },500)
}) })
$("#myVideo").on("playing",function(){
$(".play-icon").hide()
})
$("#myVideo").on("canplay",function(){ $("#myVideo").on("canplay",function(){
clearInterval(iosT) clearInterval(iosT)
$(".play-icon").hide()
setTimeout(function() { setTimeout(function() {
clearInterval(loadT) clearInterval(loadT)
$(".room-content-loading").fadeOut(100) $(".room-content-loading").fadeOut(100)
......
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