Commit 88eea17a by libai

测试

parent 3eb72575
Showing with 6 additions and 8 deletions
......@@ -3731,12 +3731,12 @@ $(function(){
}
}
sessionStorage.roomId=topRoomId
$(".room-bg,.video-box").fadeOut(0)
liveList(1)
startLive(1)
setTimeout(function() {
$(".room-bg,.video-box").fadeOut(0)
startLive(1)
layer.closeAll()
$("body").css("pointer-events","inherit")
......@@ -3793,12 +3793,10 @@ $(function(){
else sessionStorage.lookNum=Number(sessionStorage.lookNum)+1;
}
}
$(".room-bg,.video-box").fadeOut(0)
liveList(1)
startLive(1)
setTimeout(function() {
$(".room-bg,.video-box").fadeOut(0)
startLive(1)
layer.closeAll()
$("body").css("pointer-events","inherit")
......
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