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
7dc09cb8
authored
Oct 23, 2023
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xg排序
parent
870ef790
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
footseen/js/phonepay.js
footseen/phonepay/applepay.html
footseen/js/phonepay.js
View file @
7dc09cb8
...
...
@@ -87,11 +87,13 @@ var payList = {
}
}
// 202310231828修改了排序
var
payOrder
=
{
'TW'
:
[
94
,
90
,
10
,
64
,
65
,
66
,
50
,
51
,
52
,
53
,
20
,
30
,
40
,
60
,
63
,
70
,
91
,
93
,
92
],
//台湾
'MY'
:
[
20
,
30
,
40
,
9
4
,
90
,
10
,
50
,
51
,
52
,
53
,
60
,
63
,
64
,
65
,
66
,
70
,
91
,
93
,
92
],
//马来西亚
'ID'
:
[
91
,
93
,
92
,
60
,
63
,
9
4
,
90
,
10
,
50
,
51
,
52
,
53
,
20
,
30
,
40
,
64
,
65
,
66
,
7
0
],
//印度尼西亚
'WPAY'
:
[
94
,
90
,
10
,
70
,
20
,
30
,
40
,
50
,
51
,
52
,
53
,
60
,
63
,
64
,
65
,
66
,
91
,
93
,
92
],
//阿拉伯支付
'IN'
:
[
94
,
90
,
10
,
20
,
30
,
40
,
50
,
51
,
52
,
53
,
70
,
60
,
63
,
64
,
65
,
66
,
91
,
93
,
92
],
//印度
'OTHER'
:
[
94
,
90
,
10
,
20
,
30
,
64
,
65
,
66
,
40
,
50
,
51
,
52
,
53
,
70
,
60
,
63
,
91
,
93
,
92
],
//其他语区
'TW'
:
[
94
,
90
,
64
,
65
,
66
,
50
,
51
,
52
,
53
,
20
,
30
,
40
,
60
,
63
,
70
,
80
,
91
,
93
,
92
,
10
],
//台湾
'MY'
:
[
20
,
30
,
40
,
9
0
,
94
,
50
,
51
,
52
,
53
,
60
,
63
,
64
,
65
,
66
,
70
,
80
,
91
,
93
,
92
,
10
],
//马来西亚
'ID'
:
[
91
,
93
,
92
,
60
,
63
,
9
0
,
94
,
50
,
51
,
52
,
53
,
20
,
30
,
40
,
64
,
65
,
66
,
70
,
80
,
1
0
],
//印度尼西亚
'WPAY'
:
[
94
,
90
,
20
,
30
,
40
,
50
,
51
,
52
,
53
,
60
,
63
,
64
,
65
,
66
,
70
,
80
,
91
,
93
,
92
,
10
],
//阿拉伯支付
'IN'
:
[
94
,
90
,
20
,
30
,
40
,
50
,
51
,
52
,
53
,
60
,
63
,
64
,
65
,
66
,
70
,
80
,
91
,
93
,
92
,
10
],
//印度
'OTHER'
:
[
94
,
90
,
20
,
30
,
64
,
65
,
66
,
40
,
50
,
51
,
52
,
53
,
60
,
63
,
70
,
80
,
91
,
93
,
92
,
10
],
//其他语区
}
\ No newline at end of file
footseen/phonepay/applepay.html
View file @
7dc09cb8
...
...
@@ -337,7 +337,7 @@
<script
src=
"../js/iosSelect.js"
></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
src=
"../js/phonepay.js?v=2023
09121208
"
></script>
<script
src=
"../js/phonepay.js?v=2023
10231831
"
></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