Compare commits
2 Commits
30bcc7bfc1
...
213eacb689
Author | SHA1 | Date |
---|---|---|
lyc | 213eacb689 | |
lyc | 773d0c1957 |
|
@ -190,7 +190,7 @@ const changeSubject = async (command) =>{
|
|||
edusubject: command.edusubject
|
||||
}
|
||||
await updateUserInfo(data)
|
||||
await userStore.login({username: phonenumber, password: plainpwd})
|
||||
await userStore.login({username: phonenumber ? phonenumber : userName, password: plainpwd})
|
||||
await userStore.getInfo()
|
||||
router.go()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue