二期:保存用户不成功的问题

This commit is contained in:
朱浩 2024-08-16 09:11:10 +08:00
parent aec8e9a21f
commit b8896bf53d
1 changed files with 1 additions and 1 deletions

View File

@ -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('修改成功')