diff --git a/pages.json b/pages.json index 1b9cc1e..74a360f 100644 --- a/pages.json +++ b/pages.json @@ -213,6 +213,15 @@ "navigationBarBackgroundColor": "#292929", "navigationBarTextStyle": "white" } + }, + { + "path": "pages/coach/my/schooling_statistics", + "style": { + "navigationBarTitleText": "授课统计", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#292929", + "navigationBarTextStyle": "white" + } } diff --git a/pages/coach/my/index.vue b/pages/coach/my/index.vue index 77247c4..6ca62d0 100644 --- a/pages/coach/my/index.vue +++ b/pages/coach/my/index.vue @@ -70,7 +70,7 @@ - 授课统计 + 授课统计 @@ -124,6 +124,13 @@ export default { url: '/pages/coach/my/due_soon' }) }, + + //大家授课统计 + openViewSchoolingStatistics(){ + uni.navigateTo({ + url: '/pages/coach/my/schooling_statistics' + }) + }, } } diff --git a/pages/coach/my/schooling_statistics.vue b/pages/coach/my/schooling_statistics.vue new file mode 100644 index 0000000..9daaa6e --- /dev/null +++ b/pages/coach/my/schooling_statistics.vue @@ -0,0 +1,275 @@ + + + + + + \ No newline at end of file