From 137db1d01bc30a6136ddae569965f2d3a3274139 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Tue, 11 Mar 2025 16:32:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(coach):=20=E6=95=99=E7=BB=83=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加用户信息和统计数据显示模块 - 新增课程预告和最近课程列表 - 增加作业批改功能和相关数据展示 - 优化页面布局和样式,增加底部导航组件 --- pages/coach/home/index.vue | 334 +++++++++++++++++++++++++++++++++++-- 1 file changed, 322 insertions(+), 12 deletions(-) diff --git a/pages/coach/home/index.vue b/pages/coach/home/index.vue index 4c5d854..8350663 100644 --- a/pages/coach/home/index.vue +++ b/pages/coach/home/index.vue @@ -1,6 +1,25 @@