diff --git a/pages.json b/pages.json index 6176fc3..53a3ca6 100644 --- a/pages.json +++ b/pages.json @@ -322,6 +322,15 @@ "navigationBarTextStyle": "white" } }, + { + "path": "pages/coach/my/my_attendance", + "style": { + "navigationBarTitleText": "我的考勤", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#292929", + "navigationBarTextStyle": "white" + } + }, { "path": "pages/coach/my/info", "style": { diff --git a/pages/coach/my/index.vue b/pages/coach/my/index.vue index df543dc..a750364 100644 --- a/pages/coach/my/index.vue +++ b/pages/coach/my/index.vue @@ -74,6 +74,16 @@ + + 我的考勤 + + + + + 我的消息 + + + @@ -151,7 +161,14 @@ export default { uni.navigateTo({ url: '/pages/coach/my/set_up' }) - } + }, + + //跳转页面-我的考勤 + openViewMyAttendance(){ + uni.navigateTo({ + url: '/pages/coach/my/my_attendance' + }) + }, } } diff --git a/pages/coach/my/my_attendance.vue b/pages/coach/my/my_attendance.vue new file mode 100644 index 0000000..2dbb436 --- /dev/null +++ b/pages/coach/my/my_attendance.vue @@ -0,0 +1,491 @@ + + + + + + \ No newline at end of file diff --git a/static/images/tabbar/banji.png b/static/images/tabbar/banji.png new file mode 100644 index 0000000..6a13370 Binary files /dev/null and b/static/images/tabbar/banji.png differ diff --git a/static/images/tabbar/banjis.png b/static/images/tabbar/banjis.png new file mode 100644 index 0000000..805c8e4 Binary files /dev/null and b/static/images/tabbar/banjis.png differ