Commit 987f6c29 by libai

测试

parent 55b2b503
Showing with 5 additions and 6 deletions
...@@ -3731,10 +3731,11 @@ $(function(){ ...@@ -3731,10 +3731,11 @@ $(function(){
} }
} }
sessionStorage.roomId=topRoomId sessionStorage.roomId=topRoomId
startLive(1)
liveList(1)
setTimeout(function() { 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)
ws.close() ws.close()
closePop() closePop()
...@@ -3750,7 +3751,6 @@ $(function(){ ...@@ -3750,7 +3751,6 @@ $(function(){
$(".sound-tips").hide() $(".sound-tips").hide()
$(".sound-tips").removeClass("sound-tips2") $(".sound-tips").removeClass("sound-tips2")
$(".room-gift-box,.room-big-giftBox").html('') $(".room-gift-box,.room-big-giftBox").html('')
//这里要改
$(".user-msg-big").html('<div class="system-msg one-msg">'+langRoom[sessionStorage.lang].roomJsTxt41+'</div>') $(".user-msg-big").html('<div class="system-msg one-msg">'+langRoom[sessionStorage.lang].roomJsTxt41+'</div>')
$(".room-content-loading").html('<img class="loading-icon" src="images/loading/loading (1).png" alt="">') $(".room-content-loading").html('<img class="loading-icon" src="images/loading/loading (1).png" alt="">')
$(".room-bg,.video-box").css("transition","0s all") $(".room-bg,.video-box").css("transition","0s all")
...@@ -3768,8 +3768,7 @@ $(function(){ ...@@ -3768,8 +3768,7 @@ $(function(){
} }
history.pushState(null,null,'liveRoom.html?roomId='+sessionStorage.roomId+'&v=2023062602'); history.pushState(null,null,'liveRoom.html?roomId='+sessionStorage.roomId+'&v=2023062602');
startLive(1)
liveList(1)
$(".room-secret,.mc-out-box,.secret-bottom-box,.secret-ing-content,.play-icon,.mc-out-box,.room-secret,.room-content-loading").hide() $(".room-secret,.mc-out-box,.secret-bottom-box,.secret-ing-content,.play-icon,.mc-out-box,.room-secret,.room-content-loading").hide()
// window.location.href="liveRoom.html?roomId="+topRoomId+"&sound=1&v=2023050801" // window.location.href="liveRoom.html?roomId="+topRoomId+"&sound=1&v=2023050801"
}, 300); }, 300);
...@@ -3792,6 +3791,8 @@ $(function(){ ...@@ -3792,6 +3791,8 @@ $(function(){
else sessionStorage.lookNum=Number(sessionStorage.lookNum)+1; else sessionStorage.lookNum=Number(sessionStorage.lookNum)+1;
} }
} }
startLive(1)
liveList(1)
setTimeout(function() { setTimeout(function() {
layer.closeAll() layer.closeAll()
$("body").css("pointer-events","inherit") $("body").css("pointer-events","inherit")
...@@ -3828,8 +3829,6 @@ $(function(){ ...@@ -3828,8 +3829,6 @@ $(function(){
} }
history.pushState(null,null,'liveRoom.html?roomId='+sessionStorage.roomId+'&v=2023062602'); history.pushState(null,null,'liveRoom.html?roomId='+sessionStorage.roomId+'&v=2023062602');
startLive(1)
liveList(1)
$(".room-secret,.mc-out-box,.secret-bottom-box,.secret-ing-content,.play-icon,.mc-out-box,.room-secret,.room-content-loading").hide() $(".room-secret,.mc-out-box,.secret-bottom-box,.secret-ing-content,.play-icon,.mc-out-box,.room-secret,.room-content-loading").hide()
// window.location.href="liveRoom.html?roomId="+BottomRoomId+"&sound=1&v=2023050801" // window.location.href="liveRoom.html?roomId="+BottomRoomId+"&sound=1&v=2023050801"
}, 300); }, 300);
......
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