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
bcf9fa58
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.yabolive.net:libai/footseen-large-website into master
parents
e982a55e
0e887194
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
61 additions
and
36 deletions
mTest/index.html
mTest/room/liveRoom.html
mobile/Graphics.html
mobile/index.html
mobile/lib/default.js
mobile/pageImages.html
mobile/pageVideo.html
mobile/revise.html
mobile/room/liveRoom.html
mobile/userRoom.html
mobile/video.html
mobile/videoPage.html
mTest/index.html
View file @
bcf9fa58
...
...
@@ -19,7 +19,7 @@
<link
rel=
"apple-touch-icon-precomposed"
href=
"icon/fox-icon.png"
>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/spark-md5.min.js"
></script>
<script
src=
"lib/default.js?v=2022120
502
"
></script>
<script
src=
"lib/default.js?v=2022120
901
"
></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"
>
...
...
This diff is collapsed.
Click to expand it.
mTest/room/liveRoom.html
View file @
bcf9fa58
...
...
@@ -587,7 +587,7 @@
</body>
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
<script
src=
"../lib/spark-md5.min.js"
></script>
<script
src=
"../lib/default.js?v=2022120
502
"
></script>
<script
src=
"../lib/default.js?v=2022120
901
"
></script>
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<!-- <script src="../lib/inobounce.js"></script> -->
...
...
This diff is collapsed.
Click to expand it.
mobile/Graphics.html
View file @
bcf9fa58
...
...
@@ -148,7 +148,7 @@
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"lib/swiper.min.js"
></script>
<script
src=
"lib/spark-md5.min.js"
></script>
<script
src=
"lib/default.js?v=2022120
502
"
></script>
<script
src=
"lib/default.js?v=2022120
901
"
></script>
<script>
$
(
function
(){
var
browserLang
=
navigator
.
language
...
...
This diff is collapsed.
Click to expand it.
mobile/index.html
View file @
bcf9fa58
...
...
@@ -19,7 +19,7 @@
<link
rel=
"apple-touch-icon-precomposed"
href=
"icon/fox-icon.png"
>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/spark-md5.min.js"
></script>
<script
src=
"lib/default.js?v=2022120
502
"
></script>
<script
src=
"lib/default.js?v=2022120
901
"
></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"
>
...
...
@@ -408,8 +408,21 @@
$
(
function
(){
//判斷渠道
if
(
sessionStorage
.
pmt
!=
undefined
&&
sessionStorage
.
pmt
!=
'undefined'
){
if
(
sessionStorage
.
pmt
==
"other"
){
$
.
ajax
({
url
:
$ip
+
'activeLog/h5Active'
,
data
:{
pmt
:
'other'
,
pageID
:
localStorage
.
canvasCode
},
success
:
function
(
data
){
history
.
pushState
(
''
,
''
,
'/mobile/'
);
sessionStorage
.
pmt
=
'undefined'
}
})
return
;
}
var
pmtNumber
=
sessionStorage
.
pmt
.
split
(
'/d/'
)[
1
]
console
.
log
(
pmtNumber
)
$
.
ajax
({
url
:
$ip
+
'frontPage/queryLinkNumberCid'
,
type
:
'get'
,
...
...
@@ -423,7 +436,6 @@ $(function(){
// console.log(data)
if
(
data
.
code
==
1
){
myCid
=
data
.
h5Cid
}
}
})
...
...
@@ -433,10 +445,24 @@ $(function(){
pmt
:
myCid
,
pageID
:
localStorage
.
canvasCode
},
async
:
false
,
success
:
function
(
data
){
history
.
pushState
(
''
,
''
,
'/mobile/'
);
sessionStorage
.
pmt
=
'undefined'
//
history.pushState('','','/mobile/');
//
sessionStorage.pmt='undefined'
sessionStorage
.
myCid
=
myCid
$
.
ajaxSetup
({
global
:
false
,
type
:
'get'
,
data
:
{
lang
:
2
,
os
:
'h5'
,
cid
:
sessionStorage
.
myCid
,
webVersion
:
'1000'
,
uid
:
localStorage
.
uid
,
token
:
localStorage
.
token
,
},
dataType
:
"JSON"
})
}
})
}
...
...
@@ -693,8 +719,8 @@ $(function(){
pageID
:
localStorage
.
canvasCode
,
},
success
:
function
(
data
){
if
(
sessionStorage
.
myCid
!=
undefined
&&
sessionStorage
.
myCid
!=
"undefined"
)
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="
+
sessionStorage
.
myCid
+
""
else
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5"
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="
+
sessionStorage
.
myCid
+
""
}
})
...
...
@@ -764,8 +790,8 @@ $(function(){
pageID
:
localStorage
.
canvasCode
,
},
success
:
function
(
data
){
if
(
sessionStorage
.
myCid
!=
undefined
&&
sessionStorage
.
myCid
!=
"undefined"
)
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="
+
sessionStorage
.
myCid
+
"&uid="
+
localStorage
.
uid
+
""
else
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="
+
localStorage
.
uid
+
""
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="
+
sessionStorage
.
myCid
+
"&uid="
+
localStorage
.
uid
+
""
}
})
...
...
@@ -1221,17 +1247,17 @@ $(function(){
}
if
(
startY
<
e
.
changedTouches
[
0
].
clientY
){
//向下
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
if
(
sessionStorage
.
type
!=
"pwa"
)
return
;
if
(
$
(
"body"
).
offset
().
top
!=
0
)
return
;
if
(
zwidth
>
3
){
setTimeout
(
function
(){
window
.
location
.
reload
()
},
300
)
//
var ua = window.navigator.userAgent.toLowerCase();
//
if (/iphone|ipad|ipod/.test(ua)) {
//
if(sessionStorage.type!="pwa")return;
//
if($("body").offset().top!=0)return;
//
if(zwidth>3){
//
setTimeout(function(){
//
window.location.reload()
//
},300)
}
}
//
}
//
}
}
})
...
...
This diff is collapsed.
Click to expand it.
mobile/lib/default.js
View file @
bcf9fa58
...
...
@@ -27,8 +27,8 @@ sessionStorage.topicId=data.topicId
if
(
data
.
tag
==
undefined
)
data
.
tag
=
''
sessionStorage
.
tag
=
data
.
tag
sessionStorage
.
qd
=
data
.
qd
if
(
sessionStorage
.
myCid
==
undefined
||
sessionStorage
.
myCid
==
"undefined"
)
sessionStorage
.
myCid
=
'ftsH5'
if
(
data
.
go
!=
undefined
)
sessionStorage
.
go
=
data
.
go
if
(
sessionStorage
.
type
==
undefined
||
sessionStorage
.
type
==
"undefined"
){
sessionStorage
.
type
=
data
.
type
;
}
...
...
@@ -78,7 +78,7 @@ if(data.back!=undefined)backGo=data.back;
data
:
{
lang
:
2
,
os
:
'h5'
,
cid
:
'ftsH5'
,
cid
:
sessionStorage
.
myCid
,
webVersion
:
'1000'
,
uid
:
localStorage
.
uid
,
token
:
localStorage
.
token
,
...
...
This diff is collapsed.
Click to expand it.
mobile/pageImages.html
View file @
bcf9fa58
...
...
@@ -148,7 +148,7 @@
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"lib/swiper.min.js"
></script>
<script
src=
"lib/spark-md5.min.js"
></script>
<script
src=
"lib/default.js?v=2022120
502
"
></script>
<script
src=
"lib/default.js?v=2022120
901
"
></script>
<script>
$
(
function
(){
var
browserLang
=
navigator
.
language
...
...
This diff is collapsed.
Click to expand it.
mobile/pageVideo.html
View file @
bcf9fa58
...
...
@@ -140,7 +140,7 @@
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"../lib/keywords.js"
></script>
<script
src=
"lib/spark-md5.min.js"
></script>
<script
src=
"lib/default.js?v=2022120
502
"
></script>
<script
src=
"lib/default.js?v=2022120
901
"
></script>
<script>
</script>
...
...
This diff is collapsed.
Click to expand it.
mobile/revise.html
View file @
bcf9fa58
...
...
@@ -15,7 +15,7 @@
</script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/spark-md5.min.js"
></script>
<script
src=
"lib/default.js?v=2022120
502
"
></script>
<script
src=
"lib/default.js?v=2022120
901
"
></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"
>
...
...
This diff is collapsed.
Click to expand it.
mobile/room/liveRoom.html
View file @
bcf9fa58
...
...
@@ -587,7 +587,7 @@
</body>
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
<script
src=
"../lib/spark-md5.min.js"
></script>
<script
src=
"../lib/default.js?v=2022120
502
"
></script>
<script
src=
"../lib/default.js?v=2022120
901
"
></script>
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<!-- <script src="../lib/inobounce.js"></script> -->
...
...
@@ -925,8 +925,8 @@ $(function(){
pageID
:
localStorage
.
canvasCode
,
},
success
:
function
(
data
){
if
(
sessionStorage
.
myCid
!=
undefined
&&
sessionStorage
.
myCid
!=
"undefined"
)
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="
+
sessionStorage
.
myCid
+
"&uid="
+
localStorage
.
uid
+
""
else
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="
+
localStorage
.
uid
+
""
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="
+
sessionStorage
.
myCid
+
"&uid="
+
localStorage
.
uid
+
""
}
})
})
...
...
@@ -1771,9 +1771,8 @@ $(function(){
pageID:localStorage.canvasCode,
},
success:function(data){
if(sessionStorage.myCid!=undefined&&sessionStorage.myCid!="undefined")window.location.href="https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="+sessionStorage.myCid+"&uid="+localStorage.uid+""
else window.location.href="https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="+localStorage.uid+""
window.location.href="https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="+sessionStorage.myCid+"&uid="+localStorage.uid+""
}
})
}, 1000);
...
...
This diff is collapsed.
Click to expand it.
mobile/userRoom.html
View file @
bcf9fa58
...
...
@@ -15,7 +15,7 @@
</script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/spark-md5.min.js"
></script>
<script
src=
"lib/default.js?v=2022120
502
"
></script>
<script
src=
"lib/default.js?v=2022120
901
"
></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"
>
...
...
This diff is collapsed.
Click to expand it.
mobile/video.html
View file @
bcf9fa58
...
...
@@ -142,7 +142,7 @@
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"../lib/keywords.js"
></script>
<script
src=
"lib/spark-md5.min.js"
></script>
<script
src=
"lib/default.js?v=2022120
502
"
></script>
<script
src=
"lib/default.js?v=2022120
901
"
></script>
<script>
</script>
...
...
This diff is collapsed.
Click to expand it.
mobile/videoPage.html
View file @
bcf9fa58
...
...
@@ -15,7 +15,7 @@
</script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/spark-md5.min.js"
></script>
<script
src=
"lib/default.js?v=2022120
502
"
></script>
<script
src=
"lib/default.js?v=2022120
901
"
></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"
>
...
...
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