From ec08dfec707300419026df605196e0bb6f0ef861 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Thu, 13 Mar 2025 10:50:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(coach):=20=E6=9B=B4=E6=96=B0=E6=95=99?= =?UTF-8?q?=E7=BB=83=E7=AB=AF=E7=8F=AD=E7=BA=A7=E4=BF=A1=E6=81=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改用户类型存储为1 - 添加最近课程、班级成员和作业任务等功能模块- 优化页面布局和样式 --- pages.json | 9 ++ pages/coach/my/index.vue | 309 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 318 insertions(+) create mode 100644 pages/coach/my/index.vue diff --git a/pages.json b/pages.json index b83e131..794c64d 100644 --- a/pages.json +++ b/pages.json @@ -159,6 +159,15 @@ "navigationBarBackgroundColor": "#29d3b4", "navigationBarTextStyle": "white" } + }, + { + "path": "pages/coach/my/index", + "style": { + "navigationBarTitleText": "我的", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "black" + } } diff --git a/pages/coach/my/index.vue b/pages/coach/my/index.vue new file mode 100644 index 0000000..2f8836f --- /dev/null +++ b/pages/coach/my/index.vue @@ -0,0 +1,309 @@ + + + + + + \ No newline at end of file