Commit 55b2b503 by libai

测试

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