Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footseen-large-website

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 987f6c29 authored a year ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent 55b2b503 master
Show whitespace changes
Inline Side-by-side
Showing with 5 additions and 6 deletions
  • mobile/room/liveRoom.html
mobile/room/liveRoom.html
View file @ 987f6c29
......@@ -3731,10 +3731,11 @@ $(function(){
}
}
sessionStorage.roomId=topRoomId
startLive(1)
liveList(1)
setTimeout(function() {
layer.closeAll()
$("body").css("pointer-events","inherit")
$(".room-bg,.video-box").fadeOut(0)
ws.close()
closePop()
......@@ -3750,7 +3751,6 @@ $(function(){
$(".sound-tips").hide()
$(".sound-tips").removeClass("sound-tips2")
$(".room-gift-box,.room-big-giftBox").html('')
//这里要改
$(".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-bg,.video-box").css("transition","0s all")
......@@ -3768,8 +3768,7 @@ $(function(){
}
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()
// window.location.href="liveRoom.html?roomId="+topRoomId+"&sound=1&v=2023050801"
}, 300);
......@@ -3792,6 +3791,8 @@ $(function(){
else sessionStorage.lookNum=Number(sessionStorage.lookNum)+1;
}
}
startLive(1)
liveList(1)
setTimeout(function() {
layer.closeAll()
$("body").css("pointer-events","inherit")
......@@ -3828,8 +3829,6 @@ $(function(){
}
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()
// window.location.href="liveRoom.html?roomId="+BottomRoomId+"&sound=1&v=2023050801"
}, 300);
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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