diff --git a/pages.json b/pages.json index 414be20..737dc00 100644 --- a/pages.json +++ b/pages.json @@ -54,7 +54,15 @@ "navigationBarTextStyle": "black" } }, - + { + "path" : "pages/student/index/physical_examination", + "style": { + "navigationBarTitleText": "体测数据", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#29d3b4", + "navigationBarTextStyle": "black" + } + }, diff --git a/pages/student/index/index.vue b/pages/student/index/index.vue index 8c84a17..964fc76 100644 --- a/pages/student/index/index.vue +++ b/pages/student/index/index.vue @@ -42,7 +42,7 @@ - 更多 + 更多 @@ -128,6 +128,11 @@ url: '/pages/student/index/work_details' }) }, + physical_examination(){ + uni.navigateTo({ + url: '/pages/student/index/physical_examination' + }) + } // fetchData(um_id) { // user.activity_index({ // um_id: um_id diff --git a/pages/student/index/physical_examination.vue b/pages/student/index/physical_examination.vue new file mode 100644 index 0000000..6aef917 --- /dev/null +++ b/pages/student/index/physical_examination.vue @@ -0,0 +1,126 @@ + + + + + \ No newline at end of file diff --git a/pages/student/index/work_details.vue b/pages/student/index/work_details.vue index fd7ac73..9af7534 100644 --- a/pages/student/index/work_details.vue +++ b/pages/student/index/work_details.vue @@ -14,9 +14,6 @@ - - -