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
5e326fd5
authored
Dec 21, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
47b21174
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
index.html
room/liveRoom.html
index.html
View file @
5e326fd5
...
...
@@ -491,8 +491,7 @@ $(function(){
pageID
:
localStorage
.
canvasCode
},
success
:
function
(
data
){
console
.
log
(
'直播列表'
,
data
)
// console.log('直播列表',data)
var
newList
=
''
newList
+=
'['
var
j
=
0
...
...
@@ -512,6 +511,7 @@ $(function(){
newList
+=
"]"
newList
=
JSON
.
parse
(
newList
)
hotList
=
newList
console
.
log
(
newList
)
var
html
=
[];
if
(
type
==
1
){
if
(
$
(
"body"
).
width
().
toString
().
split
(
"p"
)[
0
]
>
1440
&&
$
(
"body"
).
width
().
toString
().
split
(
"p"
)[
0
]
<
2400
)
listNum
=
10
...
...
room/liveRoom.html
View file @
5e326fd5
...
...
@@ -899,7 +899,7 @@ $(function () {
newList
=
JSON
.
parse
(
newList
)
var
html
=
[];
var
myNum
=
null
console
.
log
(
newList
)
for
(
var
i
=
0
;
i
<
newList
.
length
;
i
++
){
var
list
=
newList
[
i
]
if
(
list
.
roomId
==
sessionStorage
.
roomId
){
...
...
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