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
c4b90847
authored
Apr 28, 2023
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xiugai
parent
050c3ecf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
footseen/js/phonepay.js
footseen/phonepay/applepay.html
footseen/js/phonepay.js
View file @
c4b90847
...
...
@@ -84,10 +84,10 @@ var payList = {
}
var
payOrder
=
{
'TW'
:
[
90
,
10
,
64
,
65
,
66
,
50
,
51
,
52
,
53
,
20
,
30
,
40
,
60
,
63
,
70
],
//台湾
'MY'
:
[
20
,
30
,
40
,
90
,
10
,
50
,
51
,
52
,
53
,
60
,
63
,
64
,
65
,
66
,
70
],
//马来西亚
'TW'
:
[
90
,
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
],
//马来西亚
'ID'
:
[
91
,
93
,
92
,
60
,
63
,
90
,
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
],
//阿拉伯支付
'IN'
:
[
90
,
10
,
20
,
30
,
40
,
50
,
51
,
52
,
53
,
70
,
60
,
63
,
64
,
65
,
66
],
//印度
'OTHER'
:
[
90
,
10
,
20
,
30
,
64
,
65
,
66
,
40
,
50
,
51
,
52
,
53
,
70
,
60
,
63
],
//其他语区
'WPAY'
:
[
90
,
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
],
//印度
'OTHER'
:
[
90
,
10
,
20
,
30
,
64
,
65
,
66
,
40
,
50
,
51
,
52
,
53
,
70
,
60
,
63
,
91
,
93
,
92
],
//其他语区
}
\ No newline at end of file
footseen/phonepay/applepay.html
View file @
c4b90847
...
...
@@ -330,8 +330,8 @@
</body>
<script
src=
"../js/iosSelect.js"
></script>
<script
src=
"../lib/payLangchange.js?v=20
2304281128
"
></script>
<script
src=
"../js/phonepay.js?v=20
2304281128
"
></script>
<script
src=
"../lib/payLangchange.js?v=20
92304281707
"
></script>
<script
src=
"../js/phonepay.js?v=20
92304281707
"
></script>
<script>
$
(
'title'
).
text
(
langList
[
langType
].
paytitle
);
$
(
'.bigRecord'
).
text
(
langList
[
langType
].
payrecord
);
...
...
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