Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
This project
Loading...
Sign in
Toggle navigation
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
1b584c5f
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
91f1378d
master
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
mobile/room/liveRoom.html
mobile/room/liveRoom.html
View file @
1b584c5f
...
...
@@ -1328,7 +1328,6 @@ $(function(){
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
=
""
>
';
...
...
@@ -1351,6 +1350,7 @@ $(function(){
},
success
:
function
(
data
){
// console.log("互动榜单",data)
var
myGoing
=
false
var
html
=
[];
for
(
var
i
=
0
;
i
<
data
.
rankList
.
length
;
i
++
){
var
list
=
data
.
rankList
[
i
]
...
...
@@ -1363,6 +1363,7 @@ $(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"
>
';
...
...
@@ -1374,6 +1375,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%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment