Commit f206e585 authored by 2breakegg's avatar 2breakegg

验证页面

parent 20311474
......@@ -63,7 +63,7 @@
"verify-email":"Verify Email",
"account-info":"Account Info",
"reset-username":"Reset Username",
"reset-email":"Reset Email",
"Reset-Email":"Reset Email",
"reset-password":"Reset Password",
"old-password":"old password",
"new-password":"new password",
......@@ -72,6 +72,13 @@
"update_success": "Update Success!",
"A-verification-email-has-been-sent-to-you,please-check-the-mail-to-complete.":"A verification email has been sent to you, please check the mail to complete.",
"Your-are-almost-done!":"Your are almost done!",
"Thank-you!-This-is-the-last-step.":"Thank you! This is the last step.",
"Please click the following button to confirm your email address":"Please click the following button to confirm your email address",
"Finish-Verification":"Finish Verification",
"After-verification,-you-can-sign-in-to-MoeCube-with-this-email-address.":"After verification, you can sign in to MoeCube with this email address.",
"Welcome-to-MoeCube!":"Welcome to MoeCube!",
"i_password_error": "Incorrect password. ",
"i_user_unexists":"User does not exisit.",
......@@ -149,7 +156,7 @@
"verify-email":"验证邮箱",
"account-info":"账户信息",
"reset-username":"修改用户名",
"reset-email":"修改邮箱",
"Reset-Email":"修改邮箱",
"reset-password":"修改密码",
"old-password":"原密码",
"new-password":"新密码",
......@@ -158,6 +165,13 @@
"update_success": "修改成功",
"A-verification-email-has-been-sent-to-you,please-check-the-mail-to-complete.":"一封验证邮件已经发送给您,请查看邮件完成修改。",
"Your-are-almost-done!":"即将完成邮箱验证",
"Thank-you!-This-is-the-last-step.":"恭喜,这是最后一步啦。",
"Please click the following button to confirm your email address":"请点击以下按钮确认在萌立方使用您的邮箱地址",
"Finish-Verification":"完成邮箱验证",
"After-verification,-you-can-sign-in-to-MoeCube-with-this-email-address.":"验证完成后,您就可以使用邮箱在萌立方客户端登陆啦。",
"Welcome-to-MoeCube!":"欢迎加入萌立方这个大家庭!",
"i_password_error": "密码错误",
"i_user_unexists":"用户不存在",
"i_email_exists":"邮箱已存在",
......@@ -165,6 +179,8 @@
"i_not_found":"用户不存在",
"i_key_time_out":"此链接已过期",
"i_key_invalid":"此链接已失效",
"没毛用":"防逗号报错,上线删"
}
......
......@@ -14,10 +14,20 @@ class Active extends React.Component {
render() {
const { loading } = this.props;
return (
<div style={{ display: 'flex', flex: 1, justifyContent: 'center', alignItems: 'center', height: '100%' }}>
<Button type="primary" icon="poweroff" loading={loading} onClick={this.handleClick}>
<Format id={'verify-email'}/>
</Button>
<div style={{ display: 'flex', flex: 1, justifyContent: 'center', alignItems: 'center', height: '100%', }}>
<div style={{ width:'60%', background: 'rgba(230,230,230,0.8)',padding:'40px', flexDirection: 'column',justifyContent: 'center',display: 'flex', alignItems: 'center', zIndex:1 }}>
<h2><Format id="Your-are-almost-done!" /></h2>
<br/><br/>
<p><Format id="Thank-you!-This-is-the-last-step." /></p>
<p><Format id="Please click the following button to confirm your email address" />hjistc@moecube.com</p>
<br/><br/>
<Button type="primary" icon="poweroff" loading={loading} onClick={this.handleClick}>
<Format id={'Finish-Verification'}/>
</Button>
<br/><br/>
<p><Format id="After-verification,-you-can-sign-in-to-MoeCube-with-this-email-address." /></p>
<p><Format id="Welcome-to-MoeCube!" /></p>
</div>
</div>
);
}
......
......@@ -53,7 +53,7 @@ class Verify extends React.Component {
const emailProps = {
fromItem: {
label: messages['reset-email'],
label: messages['Reset-Email'],
hasFeedback: true,
validateStatus: checkEmail,
help: isEmailExists ? messages.email_exists : '',
......
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