Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-platform
Commits
14e09f60
Commit
14e09f60
authored
Apr 27, 2022
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 当选取角色没有审核流程时,隐藏遗漏
parent
8ed9fdce
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
user.ts
src/locales/en-US/user.ts
+1
-0
user.ts
src/locales/ko-KR/user.ts
+1
-0
user.ts
src/locales/zh-CN/user.ts
+1
-0
register.tsx
src/pages/user/register.tsx
+1
-1
No files found.
src/locales/en-US/user.ts
View file @
14e09f60
...
...
@@ -42,6 +42,7 @@ export default {
'user.xiayibujixuwanshan'
:
'Next step: continue to improve'
,
'user.tijiaozhuceziliao'
:
'Submit registration information'
,
'user.nindezhuceziliaoyijing'
:
'Your registration information has been submitted successfully, please wait for platform review'
,
'user.register.submit'
:
'Your registration information has been submitted successfully'
,
'user.shenhejieguohuiyiduanxin'
:
'The audit result will be notified to you by SMS'
,
'user.ninyekeyidenglupingtai'
:
'You can also log in to the platform to view the audit results'
,
'user.houzidongtiaozhuanzhidenglu'
:
'Automatically jump to the login page afterwards'
,
...
...
src/locales/ko-KR/user.ts
View file @
14e09f60
...
...
@@ -42,6 +42,7 @@ export default {
'user.xiayibujixuwanshan'
:
'다음 단계: 계속 보완'
,
'user.tijiaozhuceziliao'
:
'등록 자료 제출'
,
'user.nindezhuceziliaoyijing'
:
'귀하의 등록 자료가 제출되었으니 플랫폼 심사를 기다리십시오'
,
'user.register.submit'
:
'등록 정보가 성공적으로 제출되었습니다'
,
'user.shenhejieguohuiyiduanxin'
:
'심사 결과는 문자로 알려드리겠습니다.'
,
'user.ninyekeyidenglupingtai'
:
'플랫폼에 로그인하여 감사 결과를 볼 수도 있습니다.'
,
'user.houzidongtiaozhuanzhidenglu'
:
'후 자동으로 로그인 페이지로 이동'
,
...
...
src/locales/zh-CN/user.ts
View file @
14e09f60
...
...
@@ -42,6 +42,7 @@ export default {
'user.xiayibujixuwanshan'
:
'下一步:继续完善'
,
'user.tijiaozhuceziliao'
:
'提交注册资料'
,
'user.nindezhuceziliaoyijing'
:
'您的注册资料已经提交成功,请等待平台审核'
,
'user.register.submit'
:
'您的注册资料已经提交成功'
,
'user.shenhejieguohuiyiduanxin'
:
'审核结果会以短信通知您'
,
'user.ninyekeyidenglupingtai'
:
'您也可以登录平台查看审核结果'
,
'user.houzidongtiaozhuanzhidenglu'
:
'后自动跳转至登录页'
,
...
...
src/pages/user/register.tsx
View file @
14e09f60
...
...
@@ -384,7 +384,7 @@ const UserRegistry = () => {
current
===
2
&&
<
div
className=
{
'formBoxStep3'
}
>
<
img
src=
{
im_success
}
alt=
"待审核"
/>
<
h2
>
{
i
ntl
.
formatMessage
({
id
:
'user.nindezhuceziliaoyijing'
})
}
</
h2
>
<
h2
>
{
i
sNeedAudit
?
intl
.
formatMessage
({
id
:
'user.nindezhuceziliaoyijing'
})
:
intl
.
formatMessage
({
id
:
'user.register.submit'
})
}
</
h2
>
{
isNeedAudit
&&
(
<
div
className=
{
'description'
}
>
...
...
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