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 @@ + + + + + + \ 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 @@ + + + + + + \ 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 @@ + + + + + + \ 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 @@ + + \ 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 @@ + + + + + + \ No newline at end of file