Commit 2278c6a3 by wangshuo

Merge branch 'pythonForApp' into pre

parents af729aaa f2449548
...@@ -62,6 +62,7 @@ class Python extends Component { ...@@ -62,6 +62,7 @@ class Python extends Component {
isAppUpdate: true isAppUpdate: true
}) })
} }
alert(`uid = ${cookie.get("uid")}`);
this.props.setCurrentUser(this.transformUser(this.state.userInfoList)) this.props.setCurrentUser(this.transformUser(this.state.userInfoList))
} }
......
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