diff --git a/components/AQ/AQTabber.vue b/components/AQ/AQTabber.vue index 4aac156..586909b 100644 --- a/components/AQ/AQTabber.vue +++ b/components/AQ/AQTabber.vue @@ -57,7 +57,7 @@ }, { 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 eca371e..d6c42cc 100644 --- a/pages.json +++ b/pages.json @@ -63,8 +63,8 @@ "style": { "navigationBarTitleText": "发布作业", "navigationStyle": "default", - "navigationBarBackgroundColor": "#fff", - "navigationBarTextStyle": "black" + "navigationBarBackgroundColor": "#292929", + "navigationBarTextStyle": "white" } }, { @@ -72,8 +72,8 @@ "style": { "navigationBarTitleText": "全部作业", "navigationStyle": "default", - "navigationBarBackgroundColor": "#fff", - "navigationBarTextStyle": "black" + "navigationBarBackgroundColor": "#292929", + "navigationBarTextStyle": "white" } }, { @@ -93,6 +93,15 @@ "navigationBarBackgroundColor": "#292929", "navigationBarTextStyle": "white" } + }, + { + "path": "pages/coach/class/list", + "style": { + "navigationBarTitleText": "班级", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#292929", + "navigationBarTextStyle": "white" + } } ], diff --git a/pages/coach/class/list.vue b/pages/coach/class/list.vue new file mode 100644 index 0000000..a06aa9f --- /dev/null +++ b/pages/coach/class/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 d843c3b..7a12cce 100644 --- a/pages/coach/home/index.vue +++ b/pages/coach/home/index.vue @@ -20,8 +20,8 @@ 28% - 发布作业 - 28% + 发布作业 + @@ -208,7 +208,7 @@ export default { methods: { //打开-发布作业页 - openObjListView(){ + openObjAddView(){ uni.navigateTo({ url: '/pages/coach/job/add' })