Commit 0be9cc15 by libai

测试

parent ee51f044
Showing with 2 additions and 2 deletions
......@@ -685,8 +685,8 @@ $(function(){
$(".video-box").html(html)
$("#myVideo").on("canplay",function(){
clearInterval(loadT)
$(".room-content-loading").hide()
$(".loading-face").hide()
$(".room-content-loading").fadeOut(350)
$(".loading-face").fadeOut(350)
$(".sound-btn").unbind("click").on("click",function(){
var _self=$(this)
if(_self.attr("data-type")==1){
......
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