diff --git a/components/AQ/AQTabber.vue b/components/AQ/AQTabber.vue
index 76815e9..73a2837 100644
--- a/components/AQ/AQTabber.vue
+++ b/components/AQ/AQTabber.vue
@@ -51,13 +51,13 @@
},
{
text: "课表",
- urlPath:'/pages/student/timetable/index',//自定义页面跳转路径
+ urlPath:'/pages/coach/course/list',//自定义页面跳转路径
iconPath: "/static/images/tabbar/my.png",
selectedIconPath: "/static/images/tabbar/my.png"
},
{
text: "班级",
- urlPath:'/pages/student/my/my',//自定义页面跳转路径
+ urlPath:'/pages/coach/class/list',//自定义页面跳转路径
iconPath: "/static/images/tabbar/my.png",
selectedIconPath: "/static/images/tabbar/my.png"
},
diff --git a/pages.json b/pages.json
index 0a1548c..53556c3 100644
--- a/pages.json
+++ b/pages.json
@@ -58,10 +58,64 @@
"path": "pages/coach/home/index",
"style": {
"navigationBarTitleText": "首页",
+ "navigationStyle": "custom",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "pages/coach/job/add",
+ "style": {
+ "navigationBarTitleText": "发布作业",
+ "navigationStyle": "default",
+ "navigationBarBackgroundColor": "#292929",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "pages/coach/job/list",
+ "style": {
+ "navigationBarTitleText": "全部作业",
"navigationStyle": "default",
+ "navigationBarBackgroundColor": "#292929",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "pages/coach/course/list",
+ "style": {
+ "navigationBarTitleText": "课表",
+ "navigationStyle": "custom",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
+ },
+ {
+ "path": "pages/coach/course/info",
+ "style": {
+ "navigationBarTitleText": "课时详情",
+ "navigationStyle": "default",
+ "navigationBarBackgroundColor": "#292929",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "pages/coach/class/list",
+ "style": {
+ "navigationBarTitleText": "班级",
+ "navigationStyle": "custom",
+ "navigationBarBackgroundColor": "#292929",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "pages/coach/class/info",
+ "style": {
+ "navigationBarTitleText": "班级详情",
+ "navigationStyle": "default",
+ "navigationBarBackgroundColor": "#292929",
+ "navigationBarTextStyle": "white"
+ }
}
],
"globalStyle": {
diff --git a/pages/coach/class/list.vue b/pages/coach/class/list.vue
new file mode 100644
index 0000000..dbb8dc6
--- /dev/null
+++ b/pages/coach/class/list.vue
@@ -0,0 +1,316 @@
+
+
+
+
+
+ 班级
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 少年班
+
+
+ 2人即将到期
+
+
+
+
+
+
+
+
+
+
+
+
+ 34
+
+
+
+
+
+
+
+
+
+
+ 少年班
+
+
+ 2人即将到期
+
+
+
+
+
+
+
+
+
+
+
+
+ 34
+
+
+
+
+
+
+
+
+
+
+ 少年班
+
+
+ 2人即将到期
+
+
+
+
+
+
+
+
+ 34
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/coach/course/info.vue b/pages/coach/course/info.vue
new file mode 100644
index 0000000..ab4da17
--- /dev/null
+++ b/pages/coach/course/info.vue
@@ -0,0 +1,228 @@
+
+
+
+
+
+ 青少儿篮球课
+
+
+ 课程名称
+ 青少年篮球课
+
+
+
+ 班级
+ 班级名称
+
+
+
+ 上课时间
+ 2020.03.25 15:30-17:00
+
+
+
+ 上课地址
+ xxxx体育馆302室
+
+
+
+ 课程名称
+ 青少年篮球课
+
+
+
+ 教练
+ 包子皮
+
+
+
+ 教练号码
+ 18888888888
+
+
+
+ 扣除课时
+ 2个课时
+
+
+
+ 已上
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/coach/course/list.vue b/pages/coach/course/list.vue
new file mode 100644
index 0000000..0c7f3ea
--- /dev/null
+++ b/pages/coach/course/list.vue
@@ -0,0 +1,421 @@
+
+
+
+
+
+ 课表
+
+
+
+
+
+
+ 周日
+ 14
+
+
+
+ 周一
+ 14
+
+
+
+ 周二
+ 14
+
+
+
+ 周日
+ 今
+
+
+
+ 周一
+ 14
+
+
+
+ 周二
+ 14
+
+
+
+ 周二
+ 14
+
+
+
+
+
+
+
+
+
+ {{course_name}}
+
+
+
+
+
+
+
+
+
+ {{classroom_name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 班级:少年班
+ 时间:2020-05-25 15:30 - 17:30
+ 课室:302室
+
+ 课程:篮球少儿课
+
+
+
+ 上课中
+
+
+
+
+
+ 已签到学生 (15/34)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 详情
+
+
+
+
+
+
+
+ 班级:少年班
+ 时间:2020-05-25 15:30 - 17:30
+ 课室:302室
+
+ 课程:篮球少儿课
+
+
+
+ 上课中
+
+
+
+
+
+ 已签到学生 (15/34)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 详情
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/coach/home/index.vue b/pages/coach/home/index.vue
index 4c5d854..7a12cce 100644
--- a/pages/coach/home/index.vue
+++ b/pages/coach/home/index.vue
@@ -1,27 +1,188 @@
-
-
-
- 月授课数
- 12
- 节,月负责学员
- 188
- 名
+
+
+
+ 首页
+
+
+
+
+
+
+
+
+
+ 包子皮
+
+
+
+ 到课率统计
+ 28%
+
+
+ 发布作业
+
+
+
+
+
+
+ 月授课数
+ 12
+ 节,月负责学员
+ 188
+ 名
+
+
+
+
+
+
+ 课程
+ 预告
+
+
+ 5/28周五 15:30~17:30
+ 301室篮球少儿课程
+
+
+
+ 详情
+
+
+
+
+
+
+ 最近课程
+
+
+
+
+
+
+
+
+ 12
+ /
+ 24
+
+
+ 到课率:80%
+
+
+
+ 班级:少年班
+ 时间:2020-05-25 15:30 - 17:30
+ 课室:302室
+
+ 课程:篮球少儿课
+
+
+
+ 上课中
+
+
+
+
+
+
+ 12
+ /
+ 24
+
+
+ 到课率:80%
+
+
+
+ 班级:少年班
+ 时间:2020-05-25 15:30 - 17:30
+ 课室:302室
+
+ 课程:篮球少儿课
+
+
+
+
+ 待上课
+
+
+
+
+
+
+
+
+ 作业批改
+ 全部
+
+
+
+
+
+
+
+ 12
+ /
+ 24
+
+
+ 完成率:80%
+
+
+
+ 班级:少年班
+ 时间:2020-05-25 15:30 - 17:30
+ 课程:篮球少儿课
+
+
+
+
+ 待批改
+
+
+
+
+
+ 12
+ /
+ 24
+
+
+ 完成率:80%
+
+
+
+ 班级:少年班
+ 时间:2020-05-25 15:30 - 17:30
+ 课程:篮球少儿课
+
+
+
+
+ 待批改
+
+
+
-
-
-
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/coach/job/list.vue b/pages/coach/job/list.vue
new file mode 100644
index 0000000..3aaf309
--- /dev/null
+++ b/pages/coach/job/list.vue
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+
+
+
+ 12
+ /
+ 24
+
+
+ 完成率:80%
+
+
+
+ 班级:少年班
+ 时间:2020-05-25 15:30 - 17:30
+ 课程:篮球少儿课
+
+
+
+
+ 待批改
+
+
+
+
+
+ 12
+ /
+ 24
+
+
+ 完成率:80%
+
+
+
+ 班级:少年班
+ 时间:2020-05-25 15:30 - 17:30
+ 课程:篮球少儿课
+
+
+
+
+ 待批改
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file