Browse Source

逻辑调整

test
liwei 3 years ago
parent
commit
e4f281da84
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/views/personalCenter/userAvatar.vue

+ 2
- 1
src/views/personalCenter/userAvatar.vue View File

@ -140,7 +140,8 @@ export default {
this.updateHeadPic()
this.msgSuccess('修改成功')
} else {
this.msgError(res.msg)
this.msgError(res.msg);
this.msgSuccess('修改成功')
}
})
}else{


Loading…
Cancel
Save