This commit is contained in:
afc163 2017-06-14 13:48:00 +08:00
parent 64466a79cb
commit 81be11534c

View File

@ -21,7 +21,7 @@ class Card extends React.Component {
toggle = (value) => {
this.setState({ loading: value });
}
render() {
render() {
return (
<div>
<Spin spinning={this.state.loading}>