Compare commits

..

No commits in common. "c64fbe49e9c8f7567356309bc555892690ea5ae8" and "acbd36ca88f19328f84397d5105fa11361228beb" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -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(() => {