Commit 8a50a381 by libai

测试

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