Commit fc13931c by 段启岩

同步用户的昵称

parent ab5cde90
......@@ -167,7 +167,8 @@
if(response.code===0){
let user = {
... this.$store.state.userProfile,
userAvatar:this.userAvatar
userAvatar:this.userAvatar,
nickName: this.nickName
}
this.$store.commit('userProfile/setUser', user);
this.getDataUserInfo();
......
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