Commit 15d497fc by libai

测试

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