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
bd2fb7d1
authored
a year ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xg
parent
ad00629c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
7 deletions
footseen/js/phonepay.js
footseen/phonepay/applepay.html
footseen/phonepay/login.html
footseen/js/phonepay.js
View file @
bd2fb7d1
...
@@ -81,13 +81,17 @@ var payList = {
...
@@ -81,13 +81,17 @@ var payList = {
'name'
:
'ovopay'
,
'name'
:
'ovopay'
,
'img'
:
langList
[
langType
].
ovopay
,
'img'
:
langList
[
langType
].
ovopay
,
},
},
'94'
:
{
'name'
:
'payermax'
,
'img'
:
langList
[
langType
].
visapay
,
}
}
}
var
payOrder
=
{
var
payOrder
=
{
'TW'
:
[
90
,
10
,
64
,
65
,
66
,
50
,
51
,
52
,
53
,
20
,
30
,
40
,
60
,
63
,
70
,
91
,
93
,
92
],
//台湾
'TW'
:
[
9
4
,
9
0
,
10
,
64
,
65
,
66
,
50
,
51
,
52
,
53
,
20
,
30
,
40
,
60
,
63
,
70
,
91
,
93
,
92
],
//台湾
'MY'
:
[
20
,
30
,
40
,
90
,
10
,
50
,
51
,
52
,
53
,
60
,
63
,
64
,
65
,
66
,
70
,
91
,
93
,
92
],
//马来西亚
'MY'
:
[
20
,
30
,
40
,
9
4
,
9
0
,
10
,
50
,
51
,
52
,
53
,
60
,
63
,
64
,
65
,
66
,
70
,
91
,
93
,
92
],
//马来西亚
'ID'
:
[
91
,
93
,
92
,
60
,
63
,
90
,
10
,
50
,
51
,
52
,
53
,
20
,
30
,
40
,
64
,
65
,
66
,
70
],
//印度尼西亚
'ID'
:
[
91
,
93
,
92
,
60
,
63
,
9
4
,
9
0
,
10
,
50
,
51
,
52
,
53
,
20
,
30
,
40
,
64
,
65
,
66
,
70
],
//印度尼西亚
'WPAY'
:
[
90
,
10
,
70
,
20
,
30
,
40
,
50
,
51
,
52
,
53
,
60
,
63
,
64
,
65
,
66
,
91
,
93
,
92
],
//阿拉伯支付
'WPAY'
:
[
9
4
,
9
0
,
10
,
70
,
20
,
30
,
40
,
50
,
51
,
52
,
53
,
60
,
63
,
64
,
65
,
66
,
91
,
93
,
92
],
//阿拉伯支付
'IN'
:
[
90
,
10
,
20
,
30
,
40
,
50
,
51
,
52
,
53
,
70
,
60
,
63
,
64
,
65
,
66
,
91
,
93
,
92
],
//印度
'IN'
:
[
9
4
,
9
0
,
10
,
20
,
30
,
40
,
50
,
51
,
52
,
53
,
70
,
60
,
63
,
64
,
65
,
66
,
91
,
93
,
92
],
//印度
'OTHER'
:
[
90
,
10
,
20
,
30
,
64
,
65
,
66
,
40
,
50
,
51
,
52
,
53
,
70
,
60
,
63
,
91
,
93
,
92
],
//其他语区
'OTHER'
:
[
9
4
,
9
0
,
10
,
20
,
30
,
64
,
65
,
66
,
40
,
50
,
51
,
52
,
53
,
70
,
60
,
63
,
91
,
93
,
92
],
//其他语区
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
footseen/phonepay/applepay.html
View file @
bd2fb7d1
...
@@ -332,7 +332,7 @@
...
@@ -332,7 +332,7 @@
<script
src=
"../js/iosSelect.js"
></script>
<script
src=
"../js/iosSelect.js"
></script>
<script
src=
"../lib/payLangchange.js?v=202305041626"
></script>
<script
src=
"../lib/payLangchange.js?v=202305041626"
></script>
<script
type=
"text/javascript"
src=
"https://app.ixiulive.com/static/layer-v3.1.0/layer/layer.js"
></script>
<script
type=
"text/javascript"
src=
"https://app.ixiulive.com/static/layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"../js/phonepay.js?v=20
92304281707
"
></script>
<script
src=
"../js/phonepay.js?v=20
2309121208
"
></script>
<script>
<script>
$
(
'title'
).
text
(
langList
[
langType
].
paytitle
);
$
(
'title'
).
text
(
langList
[
langType
].
paytitle
);
$
(
'.bigRecord'
).
text
(
langList
[
langType
].
payrecord
);
$
(
'.bigRecord'
).
text
(
langList
[
langType
].
payrecord
);
...
@@ -664,6 +664,12 @@
...
@@ -664,6 +664,12 @@
else
window
.
location
.
href
=
'login.html'
+
window
.
location
.
search
;
else
window
.
location
.
href
=
'login.html'
+
window
.
location
.
search
;
})
})
$
(
'.payermax'
).
on
(
'click'
,
function
()
{
sessionStorage
.
pay
=
"PAYERMAX_PAY"
;
if
(
sessionStorage
.
uid
!=
undefined
)
window
.
location
.
href
=
'https://firefly.live/footseen/phonepay/payermax.html?uid='
+
sessionStorage
.
uid
+
'&token='
+
sessionStorage
.
token
+
'&lang='
+
sessionStorage
.
lang
+
'&pay='
+
sessionStorage
.
pay
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
mOsStr
+
'&os='
+
data
.
os
;
else
window
.
location
.
href
=
'login.html'
+
window
.
location
.
search
;
})
$
(
'.danapay'
).
on
(
'click'
,
function
()
{
$
(
'.danapay'
).
on
(
'click'
,
function
()
{
sessionStorage
.
pay
=
'DANA_PAY'
;
sessionStorage
.
pay
=
'DANA_PAY'
;
...
...
This diff is collapsed.
Click to expand it.
footseen/phonepay/login.html
View file @
bd2fb7d1
...
@@ -109,6 +109,8 @@
...
@@ -109,6 +109,8 @@
window
.
location
.
href
=
'https://www.firefly.live/footseen/phonepay/paymentAlipay.html?uid='
+
sessionStorage
.
uid
+
'&lang='
+
sessionStorage
.
lang
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
getNavigatorStr
()
+
'&os='
+
data
.
os
;
window
.
location
.
href
=
'https://www.firefly.live/footseen/phonepay/paymentAlipay.html?uid='
+
sessionStorage
.
uid
+
'&lang='
+
sessionStorage
.
lang
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
getNavigatorStr
()
+
'&os='
+
data
.
os
;
}
else
if
(
sessionStorage
.
pay
==
'GLOCASH_PAY'
)
{
}
else
if
(
sessionStorage
.
pay
==
'GLOCASH_PAY'
)
{
window
.
location
.
href
=
window
.
location
.
href
=
'https://firefly.live/footseen/phonepay/newvisapay.html?uid='
+
sessionStorage
.
uid
+
'&token='
+
sessionStorage
.
token
+
'&lang='
+
sessionStorage
.
lang
+
'&pay='
+
sessionStorage
.
pay
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
getNavigatorStr
()
+
'&os='
+
data
.
os
;
window
.
location
.
href
=
window
.
location
.
href
=
'https://firefly.live/footseen/phonepay/newvisapay.html?uid='
+
sessionStorage
.
uid
+
'&token='
+
sessionStorage
.
token
+
'&lang='
+
sessionStorage
.
lang
+
'&pay='
+
sessionStorage
.
pay
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
getNavigatorStr
()
+
'&os='
+
data
.
os
;
}
else
if
(
sessionStorage
.
pay
==
'PAYERMAX_PAY'
)
{
window
.
location
.
href
=
window
.
location
.
href
=
'https://firefly.live/footseen/phonepay/payermax.html?uid='
+
sessionStorage
.
uid
+
'&token='
+
sessionStorage
.
token
+
'&lang='
+
sessionStorage
.
lang
+
'&pay='
+
sessionStorage
.
pay
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
getNavigatorStr
()
+
'&os='
+
data
.
os
;
}
else
if
(
sessionStorage
.
pay
==
'DANA_PAY'
)
{
}
else
if
(
sessionStorage
.
pay
==
'DANA_PAY'
)
{
window
.
location
.
href
=
'https://firefly.live/footseen/phonepay/danapay.html?uid='
+
sessionStorage
.
uid
+
'&token='
+
sessionStorage
.
token
+
'&lang='
+
sessionStorage
.
lang
+
'&pay='
+
sessionStorage
.
pay
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
getNavigatorStr
()
+
'&os='
+
data
.
os
;
window
.
location
.
href
=
'https://firefly.live/footseen/phonepay/danapay.html?uid='
+
sessionStorage
.
uid
+
'&token='
+
sessionStorage
.
token
+
'&lang='
+
sessionStorage
.
lang
+
'&pay='
+
sessionStorage
.
pay
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
getNavigatorStr
()
+
'&os='
+
data
.
os
;
}
else
if
(
sessionStorage
.
pay
==
'OVO_PAY'
)
{
}
else
if
(
sessionStorage
.
pay
==
'OVO_PAY'
)
{
...
...
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