|
@@ -216,7 +216,7 @@ class Account extends React.Component {
|
|
|
<span style={{'fontSize':20,marginLeft:30,marginBottom:20,display:'inline-block'}}>账号管理</span>
|
|
|
<div className="clearfix">
|
|
|
<Spin spinning={this.state.loading}>
|
|
|
- <Row>
|
|
|
+ {/* <Row>
|
|
|
<Col span={8}>
|
|
|
<FormItem className="half-mid" {...formItemLayout} label="注册账号">
|
|
|
<span>{this.state.username}</span>
|
|
@@ -227,11 +227,11 @@ class Account extends React.Component {
|
|
|
className="Authentication"
|
|
|
>
|
|
|
修改密码
|
|
|
- </Button> */}
|
|
|
+ </Button>
|
|
|
</FormItem>
|
|
|
</Col>
|
|
|
- </Row>
|
|
|
- <Row>
|
|
|
+ </Row>*/}
|
|
|
+ {/*<Row>
|
|
|
<Col span={8}>
|
|
|
<FormItem className="half-mid" {...formItemLayout} label="注册名称">
|
|
|
{this.state.editName ? (
|
|
@@ -262,7 +262,7 @@ class Account extends React.Component {
|
|
|
)}
|
|
|
</FormItem>
|
|
|
</Col>
|
|
|
- </Row>
|
|
|
+ </Row> */}
|
|
|
<Row>
|
|
|
<Col span={8}>
|
|
|
<FormItem className="half-mid" {...formItemLayout} label="注册手机号">
|