Commit 14e09f60 authored by GuanHua's avatar GuanHua

fix: 当选取角色没有审核流程时,隐藏遗漏

parent 8ed9fdce
......@@ -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',
......
......@@ -42,6 +42,7 @@ export default {
'user.xiayibujixuwanshan': '다음 단계: 계속 보완',
'user.tijiaozhuceziliao': '등록 자료 제출',
'user.nindezhuceziliaoyijing': '귀하의 등록 자료가 제출되었으니 플랫폼 심사를 기다리십시오',
'user.register.submit': '등록 정보가 성공적으로 제출되었습니다',
'user.shenhejieguohuiyiduanxin': '심사 결과는 문자로 알려드리겠습니다.',
'user.ninyekeyidenglupingtai': '플랫폼에 로그인하여 감사 결과를 볼 수도 있습니다.',
'user.houzidongtiaozhuanzhidenglu': '후 자동으로 로그인 페이지로 이동',
......
......@@ -42,6 +42,7 @@ export default {
'user.xiayibujixuwanshan': '下一步:继续完善',
'user.tijiaozhuceziliao': '提交注册资料',
'user.nindezhuceziliaoyijing': '您的注册资料已经提交成功,请等待平台审核',
'user.register.submit': '您的注册资料已经提交成功',
'user.shenhejieguohuiyiduanxin': '审核结果会以短信通知您',
'user.ninyekeyidenglupingtai': '您也可以登录平台查看审核结果',
'user.houzidongtiaozhuanzhidenglu': '后自动跳转至登录页',
......
......@@ -384,7 +384,7 @@ const UserRegistry = () => {
current === 2 &&
<div className={'formBoxStep3'}>
<img src={im_success} alt="待审核" />
<h2>{intl.formatMessage({id: 'user.nindezhuceziliaoyijing'})}</h2>
<h2>{isNeedAudit ? intl.formatMessage({id: 'user.nindezhuceziliaoyijing'}) : intl.formatMessage({id: 'user.register.submit' })}</h2>
{
isNeedAudit && (
<div className={'description'}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment