Commit 55b2b503 by libai

测试

parent 58952566
Showing with 17 additions and 1 deletions
......@@ -3732,6 +3732,7 @@ $(function(){
}
sessionStorage.roomId=topRoomId
setTimeout(function() {
layer.closeAll()
$("body").css("pointer-events","inherit")
$(".room-bg,.video-box").fadeOut(0)
......@@ -3756,6 +3757,13 @@ $(function(){
$(".room-bg,.video-box").css("top","0vh")
try{
flvPlayer.unload();
clearInterval(ticketTerval)
clearInterval(loadT)
clearInterval(ticketTerval)
clearInterval(sendClock)
clearInterval(turnClock)
clearInterval(ReconnectionT)
clearInterval(tHeart)
}catch(e){
}
......@@ -3785,8 +3793,8 @@ $(function(){
}
}
setTimeout(function() {
layer.closeAll()
$("body").css("pointer-events","inherit")
$(".room-bg,.video-box").fadeOut(0)
ws.close()
closePop()
......@@ -3806,8 +3814,16 @@ $(function(){
$(".room-content-loading").html('<img class="loading-icon" src="images/loading/loading (1).png" alt="">')
$(".room-bg,.video-box").css("transition","0s all")
$(".room-bg,.video-box").css("top","0vh")
try{
flvPlayer.unload();
clearInterval(ticketTerval)
clearInterval(loadT)
clearInterval(ticketTerval)
clearInterval(sendClock)
clearInterval(turnClock)
clearInterval(ReconnectionT)
clearInterval(tHeart)
}catch(e){
}
......
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