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 91f1378d authored 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent e1ac58a3
Show whitespace changes
Inline Side-by-side
Showing with 4 additions and 0 deletions
  • mobile/room/liveRoom.html
mobile/room/liveRoom.html
View file @ 91f1378d
......@@ -1314,6 +1314,7 @@ $(function(){
success:function(data){
// console.log('人氣榜单',data)
var html=[];
var myGoing=false
for(var i=0;i<data.rankList.length;i++){
var list=data.rankList[i]
html+='<li>';
......@@ -1325,7 +1326,9 @@ $(function(){
html+='</div>';
html+='</li>';
if(list.uid==sessionStorage.roomId){
myGoing=true;
var html2=[]
html2+='<div class="bottom-mc-hot-nav1">'+(i+1)+'</div>';
html2+='<div class="bottom-mc-hot-nav2">';
html2+='<img class="bottom-mc-face" src="https://zhibocdn.yabolive.net/comm'+list.face+'?x-oss-process=image/resize,w_100" alt="">';
......@@ -1336,6 +1339,7 @@ $(function(){
}
}
$(".hot-list-ul").html(html)
if(myGoing==false)$(".hot-list-ul").css("height","9.6rem")
}
})
}
......
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