Commit bc243c8a by libai

测试

parent fb185bf4
Showing with 2 additions and 2 deletions
...@@ -686,8 +686,8 @@ $(function(){ ...@@ -686,8 +686,8 @@ $(function(){
$("#myVideo").on("canplay",function(){ $("#myVideo").on("canplay",function(){
setTimeout(function() { setTimeout(function() {
clearInterval(loadT) clearInterval(loadT)
$(".room-content-loading").hide() $(".room-content-loading").fadeOut(100)
$(".loading-face").hide() $(".loading-face").fadeOut(100)
}, 1000); }, 1000);
$(".sound-btn").unbind("click").on("click",function(){ $(".sound-btn").unbind("click").on("click",function(){
......
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