Commit b66db2cd by FE

Merge branch 'pythonForApp' into pre

parents 47312423 90676184
......@@ -38,6 +38,7 @@ class Python extends Component {
this.setState({
userInfoList: result
}, () => {
alert(JSON.stringify(this.state.userInfoList))
if (this.state.userInfoList.length) {
this.props.startFetchUser()
this.appLogin()
......
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