From ac4339f14f6af9aa12fe97b5e6c7ba037cded3ca Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Thu, 17 Apr 2025 10:11:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(coach):=20=E6=9B=B4=E6=96=B0=E6=95=99?= =?UTF-8?q?=E7=BB=83=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改头像上传功能,优化上传逻辑 - 完善个人信息展示和编辑功能 - 添加用户信息获取和更新接口调用 - 优化页面样式和布局 --- pages/coach/my/index.vue | 3 +- pages/coach/my/info.vue | 237 +++++++++++++++++++++++++++++---------- 2 files changed, 182 insertions(+), 58 deletions(-) diff --git a/pages/coach/my/index.vue b/pages/coach/my/index.vue index 835e818..34c4967 100644 --- a/pages/coach/my/index.vue +++ b/pages/coach/my/index.vue @@ -15,7 +15,8 @@ {{memberInfo.name}} - 切换身份 + + 到课率统计 diff --git a/pages/coach/my/info.vue b/pages/coach/my/info.vue index 642a20e..719543e 100644 --- a/pages/coach/my/info.vue +++ b/pages/coach/my/info.vue @@ -1,11 +1,16 @@ - +