From acedbd04771f570ad79ea0bf392e5f07fa667323 Mon Sep 17 00:00:00 2001 From: yangzhe Date: Wed, 29 Oct 2025 13:34:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(history):=20=E6=96=B0=E5=A2=9E=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 9 + pages/home/admissions/index.vue | 14 +- pages/home/history/history.vue | 655 ++++++++++++++++++++++++++++++++ 3 files changed, 667 insertions(+), 11 deletions(-) create mode 100644 pages/home/history/history.vue diff --git a/pages.json b/pages.json index 2a814d9..cd763da 100644 --- a/pages.json +++ b/pages.json @@ -215,6 +215,15 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } + }, + { + "path" : "pages/home/history/history", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } } ], "subPackages": [], diff --git a/pages/home/admissions/index.vue b/pages/home/admissions/index.vue index 080e8d8..39f793d 100644 --- a/pages/home/admissions/index.vue +++ b/pages/home/admissions/index.vue @@ -1,16 +1,6 @@ + +