Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
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
dd02032f
authored
5 years ago
by
liubai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
footseen
parent
31ae6e7f
master
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
14 deletions
index.html
index.html
View file @
dd02032f
...
@@ -283,25 +283,24 @@
...
@@ -283,25 +283,24 @@
<script
src=
"https://footseen.com/layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"https://footseen.com/layer-v3.1.0/layer/layer.js"
></script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
$
(
'.mBottom'
).
show
();
$
(
'.mBottom'
).
show
();
var
ua
=
navigator
.
userAgent
.
toLowerCase
();
var
ua
=
navigator
.
userAgent
.
toLowerCase
();
var
userAgent
=
navigator
.
userAgent
;
//取得浏览器的userAgent字符串
var
userAgent
=
navigator
.
userAgent
;
//取得浏览器的userAgent字符串
if
(
/android/
.
test
(
ua
))
{
//
if (/android/.test(ua)) {
$
(
".anBtn1,.anBtn2"
).
on
(
"click"
,
function
()
{
$
(
".anBtn1,.anBtn2"
).
on
(
"click"
,
function
()
{
var
userAgent
=
navigator
.
userAgent
;
//取得浏览器的userAgent字符串
var
userAgent
=
navigator
.
userAgent
;
//取得浏览器的userAgent字符串
if
(
userAgent
.
indexOf
(
"Line"
)
>
-
1
)
{
if
(
userAgent
.
indexOf
(
"Line"
)
>
-
1
)
{
if
(
sessionStorage
.
lang
==
7
){
if
(
sessionStorage
.
lang
==
7
){
$
(
'.masking img'
).
att
(
'src'
,
'https://footseen.com/img/fx.png'
);
$
(
'.masking img'
).
att
(
'src'
,
'https://footseen.com/img/fx.png'
);
$
(
".masking"
).
fadeIn
(
500
);
$
(
".masking"
).
fadeIn
(
500
);
}
else
{
}
else
{
$
(
'.masking img'
).
att
(
'src'
,
'https://footseen.com/img/fx_en.png'
);
$
(
'.masking img'
).
att
(
'src'
,
'https://footseen.com/img/fx_en.png'
);
$
(
".masking.L_En"
).
fadeIn
(
500
);
$
(
".masking.L_En"
).
fadeIn
(
500
);
}
}
}
}
else
{
else
{
window
.
location
.
href
=
'apk'
;
window
.
location
.
href
=
'apk'
;
}
}
})
})
}
//
}
$
(
'.topUp'
).
on
(
'click'
,
function
(){
$
(
'.topUp'
).
on
(
'click'
,
function
(){
window
.
location
.
href
=
'http://www.yabolive.tv/footseen/phonepay/applepay.html?lang='
+
sessionStorage
.
lang
+
'&gofrom=web'
;
window
.
location
.
href
=
'http://www.yabolive.tv/footseen/phonepay/applepay.html?lang='
+
sessionStorage
.
lang
+
'&gofrom=web'
;
...
...
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