Commit 8a50a381 by libai

测试

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