Compare commits
No commits in common. "c64fbe49e9c8f7567356309bc555892690ea5ae8" and "acbd36ca88f19328f84397d5105fa11361228beb" have entirely different histories.
c64fbe49e9
...
acbd36ca88
|
@ -126,7 +126,6 @@ setTimeout(() => {
|
|||
function submit() {
|
||||
proxy.$refs.userRef.validate((valid) => {
|
||||
if (valid) {
|
||||
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(() => {
|
||||
|
|
Loading…
Reference in New Issue