diff --git a/pages.json b/pages.json index cc7fa79..b1df161 100644 --- a/pages.json +++ b/pages.json @@ -3,35 +3,42 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "uni-app", + "navigationBarTitleText": "首页", + "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" } }, - { - "path": "pages/intelLigence/index", - "style": { - "navigationBarTitleText": "uni-app", - "navigationStyle": "custom" - } - }, - { - "path": "pages/rankList/index", - "style": { - "navigationBarTitleText": "uni-app", - "navigationStyle": "custom" - } - }, { "path": "pages/user/index", "style": { - "navigationBarTitleText": "uni-app", + "navigationBarTitleText": "我的", "navigationStyle": "custom" } }, { "path": "pages/user/compontents/attention", "style": { - "navigationBarTitleText": "uni-app", + "navigationBarTitleText": "关注列表", "navigationStyle": "custom" } } @@ -44,23 +51,26 @@ }, "uniIdRouter": {}, "tabBar": { - "list": [ - { - "pagePath": "pages/index/index", - "text": "首页" - }, + "list": [{ + "pagePath": "pages/index/index", + "text": "首页" + }, { "pagePath": "pages/intelLigence/index", "text": "赛事" }, - { - "pagePath": "pages/rankList/index", - "text": "排行榜" - }, - { - "pagePath": "pages/user/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 @@ + + + + +