From e4c7cbddc49663e43cd6163b2832e5171f769220 Mon Sep 17 00:00:00 2001 From: sundongyu <2811054731@qq.com> Date: Thu, 18 Apr 2024 15:41:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E4=BA=86=E9=97=A8=E6=B4=BE?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 68 ++++++----- pages/school/index.vue | 260 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 299 insertions(+), 29 deletions(-) create mode 100644 pages/school/index.vue diff --git a/pages.json b/pages.json index 126c01c..96c3e5a 100644 --- a/pages.json +++ b/pages.json @@ -3,24 +3,31 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "uni-app", + "navigationBarTitleText": "首页", "navigationStyle": "custom" } }, - { - "path": "pages/intelLigence/index", - "style": { - "navigationBarTitleText": "uni-app", - "navigationStyle": "custom" - } - }, - { - "path": "pages/rankList/index", - "style": { - "navigationBarTitleText": "uni-app", - "navigationStyle": "custom" - } - } + { + "path": "pages/intelLigence/index", + "style": { + "navigationBarTitleText": "赛事", + "navigationStyle": "custom" + } + }, + { + "path": "pages/rankList/index", + "style": { + "navigationBarTitleText": "排行榜", + "navigationStyle": "custom" + } + }, + { + "path": "pages/school/index", + "style": { + "navigationBarTitleText": "门派", + "navigationStyle": "custom" + } + } ], "globalStyle": { "navigationBarTextStyle": "black", @@ -30,19 +37,22 @@ }, "uniIdRouter": {}, "tabBar": { - "list": [ - { - "pagePath": "pages/index/index", - "text": "首页" - }, - { - "pagePath": "pages/intelLigence/index", - "text": "赛事" - }, - { - "pagePath": "pages/rankList/index", - "text": "排行榜" - } - ] + "list": [{ + "pagePath": "pages/index/index", + "text": "首页" + }, + { + "pagePath": "pages/school/index", + "text": "门派" + }, + { + "pagePath": "pages/intelLigence/index", + "text": "赛事" + }, + { + "pagePath": "pages/rankList/index", + "text": "排行榜" + } + ] } } \ No newline at end of file diff --git a/pages/school/index.vue b/pages/school/index.vue new file mode 100644 index 0000000..4ef047f --- /dev/null +++ b/pages/school/index.vue @@ -0,0 +1,260 @@ + + + + +