fix(profile): 修复用户信息获取路径错误并更新默认头像
修复了获取用户信息时路径错误的问题,将 `response.data.avatar` 和 `response.data.name` 更新为 `response.data.user.avatar` 和 `response.data.user.name`。同时更新了默认头像的 URL,使用 Vant 提供的默认图片。
Showing
7 changed files
with
78 additions
and
87 deletions
-
Please register or login to post a comment