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