diff --git a/pages.json b/pages.json index b1df161..7e02529 100644 --- a/pages.json +++ b/pages.json @@ -7,6 +7,13 @@ "navigationStyle": "custom" } }, + { + "path": "pages/school/index", + "style": { + "navigationBarTitleText": "门派", + "navigationStyle": "custom" + } + }, { "path": "pages/intelLigence/index", "style": { @@ -20,13 +27,6 @@ "navigationBarTitleText": "排行榜", "navigationStyle": "custom" } - }, - { - "path": "pages/school/index", - "style": { - "navigationBarTitleText": "门派", - "navigationStyle": "custom" - } }, { "path": "pages/user/index", @@ -55,21 +55,21 @@ "pagePath": "pages/index/index", "text": "首页" }, + { + "pagePath": "pages/school/index", + "text": "门派" + }, { "pagePath": "pages/intelLigence/index", "text": "赛事" }, - { - "pagePath": "pages/school/index", - "text": "门派" - }, - { - "pagePath": "pages/intelLigence/index", - "text": "赛事" - }, { "pagePath": "pages/rankList/index", "text": "排行榜" + }, + { + "pagePath": "pages/user/index", + "text": "我的" } ] }