This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_AdvancedPlanner_Front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
逻辑调整
test
liwei
3 years ago
parent
f888326cfd
commit
e4f281da84
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
{
Write
Preview
Loading…
Cancel
Save