Commit e67f2a4d authored by Tang Xinwei's avatar Tang Xinwei

Update UserNameForm.js

parent 3a5a7ca7
Pipeline #19404 failed with stages
in 1 minute and 27 seconds
...@@ -75,10 +75,10 @@ class EmailForm extends React.Component { ...@@ -75,10 +75,10 @@ class EmailForm extends React.Component {
<Form onSubmit={this.onSubmit}> <Form onSubmit={this.onSubmit}>
<FormItem {...usernameProps.fromItem}> <FormItem {...usernameProps.fromItem}>
{getFieldDecorator('username', { ...usernameProps.decorator })( {getFieldDecorator('username', { ...usernameProps.decorator })(
<Input {...usernameProps.input} />, <Input {...usernameProps.input} disabled//>,
)} )}
{ {
<div class="alert alert-warning" role="alert">改名已开启至1923:59。改名后需注销再登录,并且战绩会清空</div> <div class="alert alert-warning" role="alert">改名已关闭。下次将在41日开启</div>
} }
</FormItem> </FormItem>
......
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