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
0784d352
authored
Nov 24, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
c9e63e2b
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
33 additions
and
23 deletions
mTest/Graphics.html
mTest/index.html
mTest/pageImages.html
mTest/pageVideo.html
mTest/revise.html
mTest/room/liveRoom.html
mTest/userRoom.html
mTest/video.html
mTest/videoPage.html
mTest/Graphics.html
View file @
0784d352
...
...
@@ -147,7 +147,7 @@
<script
src=
"lib/swiper.min.js"
></script>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"lib/swiper.min.js"
></script>
<script
src=
"lib/default.js?v=
'20220418'
"
></script>
<script
src=
"lib/default.js?v=
2022112403
"
></script>
<script>
$
(
function
(){
var
browserLang
=
navigator
.
language
...
...
mTest/index.html
View file @
0784d352
...
...
@@ -17,7 +17,7 @@
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<link
rel=
"apple-touch-icon-precomposed"
href=
"icon/fox-icon.png"
>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/default.js?v=202211240
2
"
></script>
<script
src=
"lib/default.js?v=202211240
3
"
></script>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
...
...
@@ -411,6 +411,9 @@ $(function(){
$
(
".zone-top-btn"
).
on
(
"click"
,
function
(){
window
.
location
.
href
=
"revise.html"
})
$
(
".layer-ios-close"
).
on
(
"click"
,
function
(){
layer
.
closeAll
()
})
$
(
".bottom-nav-img1"
).
on
(
"click"
,
function
(){
$
(
"body"
).
css
(
"background"
,
"rgb(217, 217, 217)"
)
$
(
".box2"
).
hide
()
...
...
mTest/pageImages.html
View file @
0784d352
...
...
@@ -147,7 +147,7 @@
<script
src=
"lib/swiper.min.js"
></script>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"lib/swiper.min.js"
></script>
<script
src=
"lib/default.js?v=
'20220418'
"
></script>
<script
src=
"lib/default.js?v=
2022112403
"
></script>
<script>
$
(
function
(){
var
browserLang
=
navigator
.
language
...
...
mTest/pageVideo.html
View file @
0784d352
...
...
@@ -139,7 +139,7 @@
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"../lib/keywords.js"
></script>
<script
src=
"lib/default.js?v=
'20220418'
"
></script>
<script
src=
"lib/default.js?v=
2022112403
"
></script>
<script>
</script>
...
...
mTest/revise.html
View file @
0784d352
...
...
@@ -14,7 +14,7 @@
gtag('config', 'G-3V6KZGW418');
</script> -->
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/default.js?v=
'20220418'
"
></script>
<script
src=
"lib/default.js?v=
2022112403
"
></script>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
>
...
...
mTest/room/liveRoom.html
View file @
0784d352
...
...
@@ -572,7 +572,7 @@
</body>
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
<script
src=
"../lib/default.js?v=202211240
1
"
></script>
<script
src=
"../lib/default.js?v=202211240
3
"
></script>
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<!-- <script src="../lib/inobounce.js"></script> -->
<!-- <script src="lib/fingerprint2.js"></script> -->
...
...
@@ -594,6 +594,7 @@ $(function(){
$
(
".room-bg"
).
css
(
"height"
,
dHeight
+
'px'
)
$
(
".video-box"
).
css
(
"height"
,
dHeight
+
'px'
)
$
(
".room-content-loading"
).
css
(
"height"
,
dHeight
+
'px'
)
// hotList()
liveList
(
1
)
//进入直播间
...
...
@@ -774,20 +775,23 @@ $(function(){
$
(
"#myVideo"
).
on
(
"canplay"
,
function
(){
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
if
(
sessionStorage
.
lookNum
>=
3
){
sessionStorage
.
lookNum
=
0
layer
.
open
({
type
:
1
,
title
:
false
,
shadeClose
:
true
,
skin
:
"yourclass5"
,
area
:
[
"7.3rem"
,
"12.24rem"
],
content
:
$
(
".layer-ios"
),
end
:
function
()
{
$
(
".layui-layer-shade"
).
hide
()
layer
.
closeAll
()
}
})
if
(
sessionStorage
.
lookNum
>=
3
){
setTimeout
(
function
()
{
sessionStorage
.
lookNum
=
0
layer
.
open
({
type
:
1
,
title
:
false
,
shadeClose
:
true
,
skin
:
"yourclass5"
,
area
:
[
"7.3rem"
,
"12.24rem"
],
content
:
$
(
".layer-ios"
),
end
:
function
()
{
$
(
".layui-layer-shade"
).
hide
()
layer
.
closeAll
()
}
})
},
3000
);
}
}
clearInterval
(
iosT
)
...
...
@@ -890,6 +894,9 @@ $(function(){
window.location.href="https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="+localStorage.uid+""
})
$(".layer-ios-close").on("click",function(){
layer.closeAll()
})
$(".msg-btn").on("click",function(){
if(localStorage.uid==undefined){
$(".layer-shadow").show()
...
...
mTest/userRoom.html
View file @
0784d352
...
...
@@ -14,7 +14,7 @@
gtag('config', 'G-3V6KZGW418');
</script> -->
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/default.js?v=202211
0701
"
></script>
<script
src=
"lib/default.js?v=202211
2403
"
></script>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
>
...
...
mTest/video.html
View file @
0784d352
...
...
@@ -139,7 +139,7 @@
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"../lib/keywords.js"
></script>
<script
src=
"lib/default.js?v=
'20220418'
"
></script>
<script
src=
"lib/default.js?v=
2022112403
"
></script>
<script>
</script>
...
...
mTest/videoPage.html
View file @
0784d352
...
...
@@ -14,7 +14,7 @@
gtag
(
'config'
,
'G-3V6KZGW418'
);
</script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/default.js?v=
'20220418'
"
></script>
<script
src=
"lib/default.js?v=
2022112403
"
></script>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
>
...
...
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