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
5693e455
authored
May 04, 2023
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
849b9316
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
footseen/lib/payLangchangeCn.js
footseen/phonepay/applepay.html
footseen/lib/payLangchangeCn.js
View file @
5693e455
...
...
@@ -42,6 +42,7 @@ var langList = [
'email'
:
'郵箱地址'
,
'enterEmail'
:
'請輸入郵箱'
,
'submitName'
:
'提交'
,
'close'
:
'關閉'
,
'msg1'
:
'請填寫姓'
,
'msg2'
:
'請填寫名'
,
'msg3'
:
'請填寫電話號碼'
,
...
...
@@ -102,6 +103,7 @@ var langList = [
'email'
:
'Email address'
,
'enterEmail'
:
'Please fill in email address'
,
'submitName'
:
'Submit'
,
'close'
:
'Close'
,
'msg1'
:
'Please fill in first name'
,
'msg2'
:
'Please fill in last name'
,
'msg3'
:
'Please fill in phone Num'
,
...
...
@@ -161,6 +163,7 @@ var langList = [
'email'
:
'البريد الإلكتروني'
,
'enterEmail'
:
'يرجى الادخال البريد الإلكتروني'
,
'submitName'
:
'تقدم'
,
'close'
:
'قريب'
,
'msg1'
:
'يرجى الادخال الاسم الأول'
,
'msg2'
:
'يرجى الادخال باقي الاسم'
,
'msg3'
:
'يرجى الادخال رقم الهاتف'
,
...
...
footseen/phonepay/applepay.html
View file @
5693e455
...
...
@@ -315,7 +315,7 @@
<body>
<div
class=
"mHead"
>
<div
class=
"closeBtn"
><a
href=
"javascript:window.opener=null;window.open('','_self');window.close();"
>
關閉
</a>
<div
class=
"closeBtn"
><a
class=
"mClose"
href=
"javascript:window.opener=null;window.open('','_self');window.close();"
>
關閉
</a>
</div>
</div>
<div
class=
"p-w"
>
...
...
@@ -335,6 +335,7 @@
<script>
$
(
'title'
).
text
(
langList
[
langType
].
paytitle
);
$
(
'.bigRecord'
).
text
(
langList
[
langType
].
payrecord
);
$
(
'.mClose'
).
text
(
langList
[
langType
].
close
);
var
$url
=
'https://www.footseen.com/footseen'
;
//var $url = 'http://ceshi.yabolive.tv/footseen';
...
...
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