Merge pull request '二期:保存用户不成功的问题' (#143) from zhuhao_dev into main
Reviewed-on: #143
This commit is contained in:
commit
c19631eb89
|
@ -129,7 +129,7 @@ function submit() {
|
|||
props.user.avatar = userStore.user.avatar
|
||||
updateUserInfo(props.user).then((response) => {
|
||||
if(response.code == 200){
|
||||
userStore.login({username:props.user.phonenumber,password:props.user.plainpwd}).then(() => {
|
||||
userStore.login({username:props.user.userName,password:props.user.plainpwd}).then(() => {
|
||||
userStore.getInfo().then(res => {
|
||||
if(res.code === 200){
|
||||
ElMessage.success('修改成功')
|
||||
|
|
Loading…
Reference in New Issue