Commit 3eb72575 by libai

测试

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