From 8902d2e65be3c7bc6471875c051899bd55919959 Mon Sep 17 00:00:00 2001 From: LLL <15374889135@163.com> Date: Wed, 12 Mar 2025 17:23:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E5=91=98-=E4=BD=93=E6=B5=8B=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 10 +- pages/student/index/index.vue | 7 +- pages/student/index/physical_examination.vue | 126 +++++++++++++++++++ pages/student/index/work_details.vue | 3 - static/images/index/lv.png | Bin 0 -> 4208 bytes static/images/index/round.png | Bin 0 -> 7293 bytes static/images/index/score.png | Bin 86446 -> 113681 bytes static/images/index/score1.png | Bin 0 -> 86446 bytes 8 files changed, 141 insertions(+), 5 deletions(-) create mode 100644 pages/student/index/physical_examination.vue create mode 100644 static/images/index/lv.png create mode 100644 static/images/index/round.png create mode 100644 static/images/index/score1.png 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 @@ - - -