Commit 135735b7 authored by WhatAKitty's avatar WhatAKitty Committed by 偏右

增加登录中按钮loading效果 (#576)

parent c6cf6343
......@@ -79,7 +79,7 @@ export default class LoginPage extends Component {
<Checkbox checked={this.state.autoLogin} onChange={this.changeAutoLogin}>自动登录</Checkbox>
<a style={{ float: 'right' }} href="">忘记密码</a>
</div>
<Submit>登录</Submit>
<Submit loading={login.submitting}>登录</Submit>
<div className={styles.other}>
其他登录方式
<Icon className={styles.icon} type="alipay-circle" />
......
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