From cb1ec77462141c623436a1bd59df17c1692055da Mon Sep 17 00:00:00 2001 From: jyt <1592211625@qq.com> Date: Thu, 17 Feb 2022 17:51:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B6=88=E6=81=AF=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 13 +- pages/index/personal.vue | 18 ++- pages/mine/details2.vue | 38 ++--- pages/mine/messageList.vue | 221 ++++++++++++++++++++++++++ uview-ui/components/u-tabs/u-tabs.vue | 9 +- 5 files changed, 276 insertions(+), 23 deletions(-) create mode 100644 pages/mine/messageList.vue diff --git a/pages.json b/pages.json index edecf20..897813e 100644 --- a/pages.json +++ b/pages.json @@ -206,8 +206,17 @@ "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } - } - ] + }, + { + "path" : "messageList", + "style" :{ + "navigationBarTitleText": "消息", + "navigationBarBackgroundColor": "#2671E2", + "navigationBarTextStyle": "white" + } + + } + ] }, { "root": "pages/learning",//学习 diff --git a/pages/index/personal.vue b/pages/index/personal.vue index 85aab5f..f81d456 100644 --- a/pages/index/personal.vue +++ b/pages/index/personal.vue @@ -1,6 +1,5 @@