From c2abae50e96e8b19b1e427b28ae24793f4c15f84 Mon Sep 17 00:00:00 2001 From: ycy <2861518472@qq.com> Date: Thu, 18 Apr 2024 15:58:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E9=A1=B5=E9=9D=A2,=E5=85=B3?= =?UTF-8?q?=E6=B3=A8=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 18 +++ pages/rankList/compontents/sectSchool.vue | 1 - pages/user/compontents/attention.vue | 98 +++++++++++++ pages/user/index.vue | 165 ++++++++++++++++++++++ 4 files changed, 281 insertions(+), 1 deletion(-) create mode 100644 pages/user/compontents/attention.vue create mode 100644 pages/user/index.vue diff --git a/pages.json b/pages.json index 126c01c..cc7fa79 100644 --- a/pages.json +++ b/pages.json @@ -20,6 +20,20 @@ "navigationBarTitleText": "uni-app", "navigationStyle": "custom" } + }, + { + "path": "pages/user/index", + "style": { + "navigationBarTitleText": "uni-app", + "navigationStyle": "custom" + } + }, + { + "path": "pages/user/compontents/attention", + "style": { + "navigationBarTitleText": "uni-app", + "navigationStyle": "custom" + } } ], "globalStyle": { @@ -42,6 +56,10 @@ { "pagePath": "pages/rankList/index", "text": "排行榜" + }, + { + "pagePath": "pages/user/index", + "text": "我的" } ] } diff --git a/pages/rankList/compontents/sectSchool.vue b/pages/rankList/compontents/sectSchool.vue index 56b3cf7..9f41cf5 100644 --- a/pages/rankList/compontents/sectSchool.vue +++ b/pages/rankList/compontents/sectSchool.vue @@ -15,7 +15,6 @@ -