Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
guodong
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
beeb409a
authored
Jun 23, 2021
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
64d4dad4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
tvShow.html
tvShow.html
View file @
beeb409a
...
...
@@ -101,26 +101,26 @@
$
(
".tv-right-content1"
).
html
(
'用户
<
span
>
'+data.uid_count+'
<
/span>'
)
if
(
data
.
result
[
4
].
day
>=
0
)
$
(
".tv-right-ul1 li"
).
eq
(
0
).
html
(
'日
<
img
src
=
"images/top1.png"
alt
=
""
>
<
span
>
'+data.result[4].day+'
%<
/span>'
)
else
$
(
".tv-right-ul1 li"
).
eq
(
0
).
html
(
'日
<
img
src
=
"images/top2.png"
alt
=
""
>
<
span
style
=
"color:#3FF4A7"
>
'+data.result[4].day+'
%<
/span>'
)
if
(
data
.
result
[
4
].
week
>=
0
)
$
(
".tv-right-ul1 li"
).
eq
(
1
).
html
(
'
日
<
img
src
=
"images/top1.png"
alt
=
""
>
<
span
>
'+data.result[4].week+'
%<
/span>'
)
else
$
(
".tv-right-ul1 li"
).
eq
(
1
).
html
(
'
日
<
img
src
=
"images/top2.png"
alt
=
""
>
<
span
style
=
"color:#3FF4A7"
>
'+data.result[4].week+'
%<
/span>'
)
if
(
data
.
result
[
4
].
month
>=
0
)
$
(
".tv-right-ul1 li"
).
eq
(
2
).
html
(
'
日
<
img
src
=
"images/top1.png"
alt
=
""
>
<
span
>
'+data.result[4].month+'
%<
/span>'
)
else
$
(
".tv-right-ul1 li"
).
eq
(
2
).
html
(
'
日
<
img
src
=
"images/top2.png"
alt
=
""
>
<
span
style
=
"color:#3FF4A7"
>
'+data.result[4].month+'
%<
/span>'
)
if
(
data
.
result
[
4
].
week
>=
0
)
$
(
".tv-right-ul1 li"
).
eq
(
1
).
html
(
'
周
<
img
src
=
"images/top1.png"
alt
=
""
>
<
span
>
'+data.result[4].week+'
%<
/span>'
)
else
$
(
".tv-right-ul1 li"
).
eq
(
1
).
html
(
'
周
<
img
src
=
"images/top2.png"
alt
=
""
>
<
span
style
=
"color:#3FF4A7"
>
'+data.result[4].week+'
%<
/span>'
)
if
(
data
.
result
[
4
].
month
>=
0
)
$
(
".tv-right-ul1 li"
).
eq
(
2
).
html
(
'
月
<
img
src
=
"images/top1.png"
alt
=
""
>
<
span
>
'+data.result[4].month+'
%<
/span>'
)
else
$
(
".tv-right-ul1 li"
).
eq
(
2
).
html
(
'
月
<
img
src
=
"images/top2.png"
alt
=
""
>
<
span
style
=
"color:#3FF4A7"
>
'+data.result[4].month+'
%<
/span>'
)
//主播人数
$
(
".tv-right-content2"
).
html
(
'主播
<
span
>
'+data.room_count+'
<
/span>'
)
if
(
data
.
result
[
5
].
day
>=
0
)
$
(
".tv-right-ul2 li"
).
eq
(
0
).
html
(
'日
<
img
src
=
"images/top1.png"
alt
=
""
>
<
span
>
'+data.result[5].day+'
%<
/span>'
)
else
$
(
".tv-right-ul2 li"
).
eq
(
0
).
html
(
'日
<
img
src
=
"images/top2.png"
alt
=
""
>
<
span
style
=
"color:#3FF4A7"
>
'+data.result[5].day+'
%<
/span>'
)
if
(
data
.
result
[
5
].
week
>=
0
)
$
(
".tv-right-ul2 li"
).
eq
(
1
).
html
(
'
日
<
img
src
=
"images/top1.png"
alt
=
""
>
<
span
>
'+data.result[5].week+'
%<
/span>'
)
else
$
(
".tv-right-ul2 li"
).
eq
(
1
).
html
(
'
日
<
img
src
=
"images/top2.png"
alt
=
""
>
<
span
style
=
"color:#3FF4A7"
>
'+data.result[5].week+'
%<
/span>'
)
if
(
data
.
result
[
5
].
month
>=
0
)
$
(
".tv-right-ul2 li"
).
eq
(
2
).
html
(
'
日
<
img
src
=
"images/top1.png"
alt
=
""
>
<
span
>
'+data.result[5].month+'
%<
/span>'
)
else
$
(
".tv-right-ul2 li"
).
eq
(
2
).
html
(
'
日
<
img
src
=
"images/top2.png"
alt
=
""
>
<
span
style
=
"color:#3FF4A7"
>
'+data.result[5].month+'
%<
/span>'
)
if
(
data
.
result
[
5
].
week
>=
0
)
$
(
".tv-right-ul2 li"
).
eq
(
1
).
html
(
'
周
<
img
src
=
"images/top1.png"
alt
=
""
>
<
span
>
'+data.result[5].week+'
%<
/span>'
)
else
$
(
".tv-right-ul2 li"
).
eq
(
1
).
html
(
'
周
<
img
src
=
"images/top2.png"
alt
=
""
>
<
span
style
=
"color:#3FF4A7"
>
'+data.result[5].week+'
%<
/span>'
)
if
(
data
.
result
[
5
].
month
>=
0
)
$
(
".tv-right-ul2 li"
).
eq
(
2
).
html
(
'
月
<
img
src
=
"images/top1.png"
alt
=
""
>
<
span
>
'+data.result[5].month+'
%<
/span>'
)
else
$
(
".tv-right-ul2 li"
).
eq
(
2
).
html
(
'
月
<
img
src
=
"images/top2.png"
alt
=
""
>
<
span
style
=
"color:#3FF4A7"
>
'+data.result[5].month+'
%<
/span>'
)
//付费金额
$
(
".tv-right-content span"
).
text
(
data
.
result
[
3
].
num
)
if
(
data
.
result
[
3
].
day
>=
0
)
$
(
".tv-right-ul3 li"
).
eq
(
0
).
html
(
'日
<
img
src
=
"images/top1.png"
alt
=
""
>
<
span
>
'+data.result[3].day+'
%<
/span>'
)
else
$
(
".tv-right-ul3 li"
).
eq
(
0
).
html
(
'日
<
img
src
=
"images/top2.png"
alt
=
""
>
<
span
style
=
"color:#3FF4A7"
>
'+data.result[3].day+'
%<
/span>'
)
if
(
data
.
result
[
3
].
week
>=
0
)
$
(
".tv-right-ul3 li"
).
eq
(
1
).
html
(
'
日
<
img
src
=
"images/top1.png"
alt
=
""
>
<
span
>
'+data.result[3].week+'
%<
/span>'
)
else
$
(
".tv-right-ul3 li"
).
eq
(
1
).
html
(
'
日
<
img
src
=
"images/top2.png"
alt
=
""
>
<
span
style
=
"color:#3FF4A7"
>
'+data.result[3].week+'
%<
/span>'
)
if
(
data
.
result
[
3
].
month
>=
0
)
$
(
".tv-right-ul3 li"
).
eq
(
2
).
html
(
'
日
<
img
src
=
"images/top1.png"
alt
=
""
>
<
span
>
'+data.result[3].month+'
%<
/span>'
)
else
$
(
".tv-right-ul3 li"
).
eq
(
2
).
html
(
'
日
<
img
src
=
"images/top2.png"
alt
=
""
>
<
span
style
=
"color:#3FF4A7"
>
'+data.result[3].month+'
%<
/span>'
)
if
(
data
.
result
[
3
].
week
>=
0
)
$
(
".tv-right-ul3 li"
).
eq
(
1
).
html
(
'
周
<
img
src
=
"images/top1.png"
alt
=
""
>
<
span
>
'+data.result[3].week+'
%<
/span>'
)
else
$
(
".tv-right-ul3 li"
).
eq
(
1
).
html
(
'
周
<
img
src
=
"images/top2.png"
alt
=
""
>
<
span
style
=
"color:#3FF4A7"
>
'+data.result[3].week+'
%<
/span>'
)
if
(
data
.
result
[
3
].
month
>=
0
)
$
(
".tv-right-ul3 li"
).
eq
(
2
).
html
(
'
月
<
img
src
=
"images/top1.png"
alt
=
""
>
<
span
>
'+data.result[3].month+'
%<
/span>'
)
else
$
(
".tv-right-ul3 li"
).
eq
(
2
).
html
(
'
月
<
img
src
=
"images/top2.png"
alt
=
""
>
<
span
style
=
"color:#3FF4A7"
>
'+data.result[3].month+'
%<
/span>'
)
}
})
...
...
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