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
93ace456
authored
Oct 21, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
75779156
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
24 deletions
index.html
room/liveRoom.html
index.html
View file @
93ace456
...
...
@@ -294,28 +294,27 @@ $(function(){
var
layzT
=
true
;
setTimeout
(()
=>
{
$
(
window
).
on
(
"scroll"
,
function
(){
if
(
layzT
==
true
){
layzT
=
false
layzImg
()
setTimeout
(
function
()
{
layzT
=
true
;
if
(
layzT
==
true
){
layzT
=
false
layzImg
()
},
200
);
}
if
(
$
(
document
).
height
()
-
$
(
document
).
scrollTop
()
-
$
(
window
).
height
()
<=
30
){
if
(
scrollOk
==
false
)
return
;
scrollOk
=
false
pageNumber
+=
1
getTopics
(
pageNumber
,
typeNum
,
tagNum
,
timeNum
,
sortNum
,
dayNum
)
}
if
(
scrollNav
!=
true
)
return
;
if
(
$
(
document
).
scrollTop
()
>
$
(
".box-title2"
).
offset
().
top
-
20
){
$
(
".side-nav"
).
fadeIn
(
200
)
}
else
{
$
(
".side-nav"
).
hide
()
}
})
setTimeout
(
function
()
{
layzT
=
true
;
layzImg
()
},
200
);
}
if
(
$
(
document
).
height
()
-
$
(
document
).
scrollTop
()
-
$
(
window
).
height
()
<=
30
){
if
(
scrollOk
==
false
)
return
;
scrollOk
=
false
pageNumber
+=
1
getTopics
(
pageNumber
,
typeNum
,
tagNum
,
timeNum
,
sortNum
,
dayNum
)
}
if
(
scrollNav
!=
true
)
return
;
if
(
$
(
document
).
scrollTop
()
>
$
(
".box-title2"
).
offset
().
top
-
20
){
$
(
".side-nav"
).
fadeIn
(
200
)
}
else
{
$
(
".side-nav"
).
hide
()
}
})
},
500
);
$
(
".more-live"
).
on
(
"click"
,
function
(){
...
...
room/liveRoom.html
View file @
93ace456
...
...
@@ -942,7 +942,7 @@ $(function () {
shadeClose
:
true
,
skin
:
"active-layer"
,
area
:
[
"360px"
,
"634px"
],
content
:
_self
.
attr
(
"data-type"
)
+
'?uid='
+
localStorage
.
uid
+
'&token='
+
localStorage
.
token
+
'&roomid='
+
sessionStorage
.
roomId
+
'&os=pc&v=
2022091601
'
,
content
:
_self
.
attr
(
"data-type"
)
+
'?uid='
+
localStorage
.
uid
+
'&token='
+
localStorage
.
token
+
'&roomid='
+
sessionStorage
.
roomId
+
'&os=pc&v=
'
+
Math
.
floor
(
Math
.
random
()
*
100
)
+
'
'
,
})
$
(
".layui-layer-shade"
).
hide
()
return
...
...
@@ -960,7 +960,7 @@ $(function () {
shadeClose
:
true
,
skin
:
"active-layer"
,
area
:
[
"360px"
,
"330px"
],
content
:
_self
.
attr
(
"data-type"
)
+
'?uid='
+
localStorage
.
uid
+
'&token='
+
localStorage
.
token
+
'&roomid='
+
sessionStorage
.
roomId
+
'&os=pc&lang=2'
,
content
:
_self
.
attr
(
"data-type"
)
+
'?uid='
+
localStorage
.
uid
+
'&token='
+
localStorage
.
token
+
'&roomid='
+
sessionStorage
.
roomId
+
'&os=pc&lang=2
&v='
+
Math
.
floor
(
Math
.
random
()
*
100
)
+
'
'
,
})
}
else
{
layer
.
open
({
...
...
@@ -969,7 +969,7 @@ $(function () {
shadeClose
:
true
,
skin
:
"active-layer"
,
area
:
[
"360px"
,
"634px"
],
content
:
_self
.
attr
(
"data-type"
)
+
'?uid='
+
localStorage
.
uid
+
'&token='
+
localStorage
.
token
+
'&roomid='
+
sessionStorage
.
roomId
+
'&os=pc'
,
content
:
_self
.
attr
(
"data-type"
)
+
'?uid='
+
localStorage
.
uid
+
'&token='
+
localStorage
.
token
+
'&roomid='
+
sessionStorage
.
roomId
+
'&os=pc
&v='
+
Math
.
floor
(
Math
.
random
()
*
100
)
+
'
'
,
})
}
...
...
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