Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1648c940
authored
2020-05-16 12:31:29 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of 120.27.44.69:dev/pingan-life-index-pro
2 parents
e5ad7063
40f58663
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
8 deletions
src/common/lang/en.js
src/common/lang/tc.js
src/common/lang/zh.js
src/pages/login/login.js
src/common/lang/en.js
View file @
1648c94
...
...
@@ -215,8 +215,10 @@ module.exports = {
e3
:
"Please enter the picture verification code"
,
e4
:
"Agree with Ping An Hong Kong’s Online Account Service Agreement"
,
e5
:
"Invalidate account or password, please re-enter"
,
e6
:
"Your password has been mistyped 4 times. Your account will be locked soon. Please retrieve your password!"
,
e7
:
"Your password has been mistyped 5 times. You can't log in again in 24 hours!"
,
// e6: "Your password has been mistyped 4 times. Your account will be locked soon. Please retrieve your password!",
// e7: "Your password has been mistyped 5 times. You can't log in again in 24 hours!",
e6
:
"Your SMS verification code has been mistyped 4 times. Your account will be locked soon!"
,
e7
:
"Your SMS verification code has been mistyped 5 times. You can't log in again in 24 hours!"
,
e8
:
"The mobile no. has not been registered, please register before using!"
,
oe0
:
"Invalidate mobile no. , please re-enter"
,
oe1
:
"Please get SMS verification code first"
,
...
...
src/common/lang/tc.js
View file @
1648c94
...
...
@@ -217,8 +217,10 @@ module.exports = {
e3
:
"請輸入圖像驗證碼"
,
e4
:
"請同意《平安香港會員網上帳戶服務協定》"
,
e5
:
"賬號或密碼不正確"
,
e6
:
"您的密碼已輸錯4次,帳戶即將被鎖定,請找回密碼!"
,
e7
:
"您的密碼已輸錯5次,24小時內無法再登入!"
,
// e6: "您的密碼已輸錯4次,帳戶即將被鎖定,請找回密碼!",
// e7: "您的密碼已輸錯5次,24小時內無法再登入!",
e6
:
"您的验证码已輸錯4次,帳戶即將被鎖定!"
,
e7
:
"您的验证码已輸錯5次,24小時內無法再登入!"
,
e8
:
"您的手機號還未註冊,請註冊後再使用!"
,
oe0
:
"請輸入正確的手機號"
,
oe1
:
"請先獲取短信驗證碼"
,
...
...
src/common/lang/zh.js
View file @
1648c94
...
...
@@ -217,8 +217,10 @@ module.exports = {
e3
:
"请输入图像验证码"
,
e4
:
"请同意《平安香港会员网上账户服务协议》"
,
e5
:
"账号或密码不正确"
,
e6
:
"您的密码已输错4次,账户即将被锁定,请找回密码!"
,
e7
:
"您的密码已输错5次, 24小时内无法再登录!"
,
// e6: "您的密码已输错4次,账户即将被锁定,请找回密码!",
// e7: "您的密码已输错5次, 24小时内无法再登录!",
e6
:
"您的验证码已输错4次,账户即将被锁定!"
,
e7
:
"您的验证码已输错5次, 24小时内无法再登录!"
,
e8
:
"您的手机号还未注册,请注册后再使用!"
,
oe0
:
"请输入正确的手机号"
,
oe1
:
"请先获取短信验证码"
,
...
...
src/pages/login/login.js
View file @
1648c94
...
...
@@ -297,10 +297,10 @@ export default {
this
.
errorTips
.
oe2
=
this
.
i18n
.
login
.
tips
.
oe4
;
break
;
case
1102
:
this
.
errorTips
.
e2
=
this
.
i18n
.
login
.
tips
.
e6
;
this
.
errorTips
.
o
e2
=
this
.
i18n
.
login
.
tips
.
e6
;
break
;
case
1101
:
this
.
errorTips
.
e2
=
this
.
i18n
.
login
.
tips
.
e7
;
this
.
errorTips
.
o
e2
=
this
.
i18n
.
login
.
tips
.
e7
;
break
;
}
})
...
...
Please
register
or
sign in
to post a comment