Commit 3eb72575 by libai

测试

parent c5a9e3f4
Showing with 8 additions and 8 deletions
...@@ -3731,15 +3731,15 @@ $(function(){ ...@@ -3731,15 +3731,15 @@ $(function(){
} }
} }
sessionStorage.roomId=topRoomId sessionStorage.roomId=topRoomId
$(".room-bg,.video-box").fadeOut(0)
setTimeout(function() {
liveList(1) liveList(1)
startLive(1) startLive(1)
setTimeout(function() {
layer.closeAll() layer.closeAll()
$("body").css("pointer-events","inherit") $("body").css("pointer-events","inherit")
$(".room-bg,.video-box").fadeOut(0)
ws.close() ws.close()
closePop() closePop()
$(".user-msg-box").css('bottom','1.4rem') $(".user-msg-box").css('bottom','1.4rem')
...@@ -3793,14 +3793,15 @@ $(function(){ ...@@ -3793,14 +3793,15 @@ $(function(){
else sessionStorage.lookNum=Number(sessionStorage.lookNum)+1; else sessionStorage.lookNum=Number(sessionStorage.lookNum)+1;
} }
} }
$(".room-bg,.video-box").fadeOut(0)
setTimeout(function() {
liveList(1) liveList(1)
startLive(1) startLive(1)
setTimeout(function() {
layer.closeAll() layer.closeAll()
$("body").css("pointer-events","inherit") $("body").css("pointer-events","inherit")
$(".room-bg,.video-box").fadeOut(0)
ws.close() ws.close()
closePop() closePop()
...@@ -3819,7 +3820,6 @@ $(function(){ ...@@ -3819,7 +3820,6 @@ $(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(ticketTerval)
......
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