|
|
@ -335,7 +335,7 @@ class AccountSecure extends Component {
|
|
|
|
</Button>
|
|
|
|
</Button>
|
|
|
|
</Form.Item>
|
|
|
|
</Form.Item>
|
|
|
|
|
|
|
|
|
|
|
|
<div className="mb20" style={{ marginLeft: '118px' }}>
|
|
|
|
<div className="mb20" style={{ marginLeft: '204px' }}>
|
|
|
|
<Button type="primary" onClick={this.onPhoneSubmit}>确定</Button>
|
|
|
|
<Button type="primary" onClick={this.onPhoneSubmit}>确定</Button>
|
|
|
|
<Button type="primary grayBtn" style={{ marginLeft: '20px'}} onClick={this.hideUpdating}>取消</Button>
|
|
|
|
<Button type="primary grayBtn" style={{ marginLeft: '20px'}} onClick={this.hideUpdating}>取消</Button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -398,7 +398,7 @@ class AccountSecure extends Component {
|
|
|
|
{ !secondsFlag ? "获取验证码":`重新发送${seconds}s`}</Button>
|
|
|
|
{ !secondsFlag ? "获取验证码":`重新发送${seconds}s`}</Button>
|
|
|
|
</Form.Item>
|
|
|
|
</Form.Item>
|
|
|
|
|
|
|
|
|
|
|
|
<div className="mb20" style={{ marginLeft: '118px' }}>
|
|
|
|
<div className="mb20" style={{ marginLeft: '204px' }}>
|
|
|
|
<Button type="primary" onClick={this.onEmailSubmit}>确定</Button>
|
|
|
|
<Button type="primary" onClick={this.onEmailSubmit}>确定</Button>
|
|
|
|
<Button type="primary grayBtn" style={{ marginLeft: '20px'}} onClick={this.hideUpdating}>取消</Button>
|
|
|
|
<Button type="primary grayBtn" style={{ marginLeft: '20px'}} onClick={this.hideUpdating}>取消</Button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -471,7 +471,7 @@ class AccountSecure extends Component {
|
|
|
|
)}
|
|
|
|
)}
|
|
|
|
</Form.Item>
|
|
|
|
</Form.Item>
|
|
|
|
|
|
|
|
|
|
|
|
<div className="mb20" style={{ marginLeft: '118px' }}>
|
|
|
|
<div className="mb20" style={{ marginLeft: '204px' }}>
|
|
|
|
<Button type="primary" onClick={this.onPasswordSubmit}>确定</Button>
|
|
|
|
<Button type="primary" onClick={this.onPasswordSubmit}>确定</Button>
|
|
|
|
<Button type="primary grayBtn" style={{ marginLeft: '20px'}} onClick={this.hideUpdating}>取消</Button>
|
|
|
|
<Button type="primary grayBtn" style={{ marginLeft: '20px'}} onClick={this.hideUpdating}>取消</Button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|