Commit 8907ad64 by libai

测试

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