From 3e39f6178465a8f4543d72afd7ed26bb64590803 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Thu, 13 Mar 2025 18:00:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(coach):=20=E5=AE=8C=E5=96=84=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?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加头像修改功能 - 实现姓名、邮箱、手机、微信等信息的输入 - 增加性别和生日的选择器 - 优化页面布局和提示文本 --- pages/coach/my/info.vue | 225 +++++++++++++++++++++++++++++----------- 1 file changed, 165 insertions(+), 60 deletions(-) diff --git a/pages/coach/my/info.vue b/pages/coach/my/info.vue index d1ab9c6..5145f01 100644 --- a/pages/coach/my/info.vue +++ b/pages/coach/my/info.vue @@ -5,8 +5,8 @@ - - 修改头像 + + 修改头像 @@ -16,7 +16,7 @@ 姓名 * - + @@ -25,7 +25,7 @@ 账号 - + @@ -34,7 +34,7 @@ 部门 - + @@ -43,7 +43,7 @@ 等级 - + @@ -54,8 +54,15 @@ 性别 * - - + + @@ -64,8 +71,15 @@ 生日 * - - + + @@ -74,7 +88,7 @@ 邮箱 * - + @@ -83,7 +97,7 @@ 手机 * - + @@ -92,7 +106,7 @@ 微信 - + @@ -104,74 +118,165 @@