From f54e45ffe7f282d79f45f535bb62c70d25816265 Mon Sep 17 00:00:00 2001 From: LLL <15374889135@163.com> Date: Thu, 13 Mar 2025 11:03:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E5=91=98-=E5=9C=BA=E9=A6=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 20 +- pages/student/timetable/index.vue | 419 +++++++++++++++++++++++++++++- pages/student/timetable/info.vue | 228 ++++++++++++++++ pages/student/timetable/list.vue | 116 +++++++++ 4 files changed, 768 insertions(+), 15 deletions(-) create mode 100644 pages/student/timetable/info.vue create mode 100644 pages/student/timetable/list.vue diff --git a/pages.json b/pages.json index 737dc00..3ca916a 100644 --- a/pages.json +++ b/pages.json @@ -14,7 +14,7 @@ "style": { "navigationBarTitleText": "课表", "navigationStyle": "default", - "navigationBarBackgroundColor": "#fff", + "navigationBarBackgroundColor": "#292929", "navigationBarTextStyle": "white" } }, @@ -63,6 +63,24 @@ "navigationBarTextStyle": "black" } }, + { + "path" : "pages/student/timetable/info", + "style": { + "navigationBarTitleText": "课表详情", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#292929", + "navigationBarTextStyle": "black" + } + }, + { + "path" : "pages/student/timetable/list", + "style": { + "navigationBarTitleText": "场馆", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#292929", + "navigationBarTextStyle": "black" + } + }, diff --git a/pages/student/timetable/index.vue b/pages/student/timetable/index.vue index 8183fd0..c278667 100644 --- a/pages/student/timetable/index.vue +++ b/pages/student/timetable/index.vue @@ -1,22 +1,413 @@ + - + \ No newline at end of file diff --git a/pages/student/timetable/info.vue b/pages/student/timetable/info.vue new file mode 100644 index 0000000..ab4da17 --- /dev/null +++ b/pages/student/timetable/info.vue @@ -0,0 +1,228 @@ + + + + + + \ No newline at end of file diff --git a/pages/student/timetable/list.vue b/pages/student/timetable/list.vue new file mode 100644 index 0000000..50803aa --- /dev/null +++ b/pages/student/timetable/list.vue @@ -0,0 +1,116 @@ + + + + + + \ No newline at end of file