From fa5b967896fc1f5d2ec8224b4db777fa6bffaf3a Mon Sep 17 00:00:00 2001
From: liutong <836164388@qq.com>
Date: Thu, 3 Apr 2025 11:06:59 +0800
Subject: [PATCH] =?UTF-8?q?refactor(coach/course/list):=E9=87=8D=E6=9E=84?=
=?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 移除筛选功能,注释相关代码
- 添加查看课程详情功能- 更新课程列表项样式,增加课程信息和状态标签
-调整页面布局,优化样式
---
pages/coach/course/list.vue | 83 +++++++++++++++++++++++++++----------
1 file changed, 62 insertions(+), 21 deletions(-)
diff --git a/pages/coach/course/list.vue b/pages/coach/course/list.vue
index 87533af..03413f0 100644
--- a/pages/coach/course/list.vue
+++ b/pages/coach/course/list.vue
@@ -45,34 +45,66 @@
+
+ 查看更多
+
-
-
-
-
- {{course_name}}
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 班级:少年班
+ 时间:2020-05-25 15:30 - 17:30
+ 课室:302室
+
+ 课程:篮球少儿课
+
+
+
+ 未开始
+
-
-
-
-
-
- {{classroom_name}}
-
-
+
+
+
+
+ 人数:30
+
+
+ 详情
+
-
-
+
-
-
-
@@ -124,7 +156,7 @@
- 上课中
+ 已结束
@@ -284,6 +316,7 @@ export default {
background: #333333 100%;
width: 100%;
padding: 30rpx 28rpx;
+ padding-bottom: 15rpx;
.ul{
display: flex;
justify-content: space-between;
@@ -319,6 +352,13 @@ export default {
}
}
}
+ .btn{
+ margin-top: 20rpx;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ color: #A4ADB3;
+ }
}
.section_2{
@@ -350,6 +390,7 @@ export default {
border-radius: 22rpx;
background: #434544 100%;
padding: 14rpx 0;
+ padding-bottom: 30rpx;
display: flex;
flex-direction: column;
.top_box{