Commit 8907ad64 by libai

测试

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