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
a2e3392f
authored
Oct 29, 2021
by
agan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.yabolive.net:libai/footsen
parents
55397578
190dd0e5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
28 additions
and
7 deletions
b/content.html
b/download.html
b2/content.html
b2/download.html
content.html
footseen/phonepay/applepay.html
footseen/phonepayCn/applepay.html
b/content.html
View file @
a2e3392f
...
...
@@ -19,13 +19,20 @@
<div
class=
"errorpPage-box"
>
<h1>
对不起!发生了一些意想不到的错误。
</h1>
<h2>
Sorry, the site now can not be accessed.
</h2>
<p
id=
"userIp"
></p>
<p>
请联系系统管理员进行处理,我们会尽快修复。您可以:
</p>
<div
class=
"errorpPage-operate"
>
<a
href=
"javascript:window.location.reload()"
class=
"operateBtn"
title=
"刷新试试"
>
刷新试试
</a>
<a
href=
"http://www.baidu.com"
class=
"operateBtn"
title=
"返回首页"
>
返回首页
</a>
</div>
</div>
<script>
var
userIp
=
window
.
location
.
search
.
split
(
'?ip='
)[
1
]
if
(
userIp
){
var
dom
=
document
.
getElementById
(
'userIp'
)
dom
.
innerHTML
=
"您当前的ip是"
+
userIp
}
</script>
</body>
...
...
b/download.html
View file @
a2e3392f
...
...
@@ -18,7 +18,7 @@
province
=
[
'北京'
,
'天津'
,
'河北'
,
'山西'
,
'内蒙古'
,
'辽宁'
,
'吉林'
,
'深圳'
,
'广州'
,
'杭州'
,
'苏州'
,
'黑龙江'
,
'上海'
,
'江苏'
,
'浙江'
,
'安徽'
,
'福建'
,
'江西'
,
'山东 '
,
'河南'
,
'湖北'
,
'湖南'
,
'广东'
,
'广西'
,
'海南 '
,
'重庆'
,
'四川'
,
'贵州'
,
'云南'
,
'西藏'
,
'陕西'
,
'甘肃'
,
'青海'
,
'宁夏'
,
'新疆'
,
'CHINA'
]
for
(
var
i
=
0
;
i
<
province
.
length
;
i
++
){
if
(
returnCitySN
[
"cname"
].
indexOf
(
province
[
i
])
!=-
1
){
window
.
location
.
href
=
'content.html
'
window
.
location
.
href
=
'content.html
?ip='
+
returnCitySN
[
"cip"
]
}
}
</script>
...
...
b2/content.html
View file @
a2e3392f
...
...
@@ -19,13 +19,20 @@
<div
class=
"errorpPage-box"
>
<h1>
对不起!发生了一些意想不到的错误。
</h1>
<h2>
Sorry, the site now can not be accessed.
</h2>
<p
id=
"userIp"
></p>
<p>
请联系系统管理员进行处理,我们会尽快修复。您可以:
</p>
<div
class=
"errorpPage-operate"
>
<a
href=
"javascript:window.location.reload()"
class=
"operateBtn"
title=
"刷新试试"
>
刷新试试
</a>
<a
href=
"http://www.baidu.com"
class=
"operateBtn"
title=
"返回首页"
>
返回首页
</a>
</div>
</div>
<script>
var
userIp
=
window
.
location
.
search
.
split
(
'?ip='
)[
1
]
if
(
userIp
){
var
dom
=
document
.
getElementById
(
'userIp'
)
dom
.
innerHTML
=
"您当前的ip是"
+
userIp
}
</script>
</body>
...
...
b2/download.html
View file @
a2e3392f
...
...
@@ -18,7 +18,7 @@
province
=
[
'北京'
,
'天津'
,
'河北'
,
'山西'
,
'内蒙古'
,
'辽宁'
,
'吉林'
,
'深圳'
,
'广州'
,
'杭州'
,
'苏州'
,
'黑龙江'
,
'上海'
,
'江苏'
,
'浙江'
,
'安徽'
,
'福建'
,
'江西'
,
'山东 '
,
'河南'
,
'湖北'
,
'湖南'
,
'广东'
,
'广西'
,
'海南 '
,
'重庆'
,
'四川'
,
'贵州'
,
'云南'
,
'西藏'
,
'陕西'
,
'甘肃'
,
'青海'
,
'宁夏'
,
'新疆'
,
'CHINA'
]
for
(
var
i
=
0
;
i
<
province
.
length
;
i
++
){
if
(
returnCitySN
[
"cname"
].
indexOf
(
province
[
i
])
!=-
1
){
window
.
location
.
href
=
'content.html
'
window
.
location
.
href
=
'content.html
?ip='
+
returnCitySN
[
"cip"
]
}
}
</script>
...
...
content.html
View file @
a2e3392f
...
...
@@ -19,13 +19,20 @@
<div
class=
"errorpPage-box"
>
<h1>
对不起!发生了一些意想不到的错误。
</h1>
<h2>
Sorry, the site now can not be accessed.
</h2>
<p
id=
"userIp"
></p>
<p>
请联系系统管理员进行处理,我们会尽快修复。您可以:
</p>
<div
class=
"errorpPage-operate"
>
<a
href=
"javascript:window.location.reload()"
class=
"operateBtn"
title=
"刷新试试"
>
刷新试试
</a>
<a
href=
"http://www.baidu.com"
class=
"operateBtn"
title=
"返回首页"
>
返回首页
</a>
</div>
</div>
<script>
var
userIp
=
window
.
location
.
search
.
split
(
'?ip='
)[
1
]
if
(
userIp
){
var
dom
=
document
.
getElementById
(
'userIp'
)
dom
.
innerHTML
=
"您当前的ip是"
+
userIp
}
</script>
</body>
...
...
footseen/phonepay/applepay.html
View file @
a2e3392f
This diff is collapsed.
Click to expand it.
footseen/phonepayCn/applepay.html
View file @
a2e3392f
...
...
@@ -221,9 +221,9 @@
right
:
.3rem
;
top
:
.2rem
;
}
.visapay
{
/*
.visapay{
display: none;
}
}
*/
</style>
</head>
...
...
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