Commit 391fbf22 by 姜雷

Merge branch 'develop' into test

parents 63907e62 f1f712a6
......@@ -73,7 +73,10 @@ class Login extends Component {
.then(res => {
const data = res.data;
console.log(data);
this.props.updateUserInfo(data);
this.props.updateUserInfo({
...data,
token: data.wxToken,
});
Taro.navigateTo({
url: '/pages/Home/Home',
});
......
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