From f1e9b656aa6a45c2d5884429af5af13bfddec481 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Mon, 9 Dec 2024 17:47:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=8A=A0=E6=B6=88=E6=81=AF=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 7 + pages/home/components/swiper.vue | 3 +- pages/home/index.vue | 149 +++++++++++++++++---- pages/login/authInfo.vue | 1 - pages/my/feedback.vue | 1 - pages/my/my.vue | 1 - pages/my/records.vue | 1 - pages/notice/index.vue | 187 +++++++++++++++++++++++++++ pages/submission/index.vue | 1 - static/images/home/left.svg | 20 +++ static/images/home/notice.svg | 22 ++++ static/images/home/right.svg | 16 +++ static/scss/sp-components/index.scss | 2 +- 13 files changed, 377 insertions(+), 34 deletions(-) create mode 100644 pages/notice/index.vue create mode 100644 static/images/home/left.svg create mode 100644 static/images/home/notice.svg create mode 100644 static/images/home/right.svg diff --git a/pages.json b/pages.json index a3460d1..590b334 100644 --- a/pages.json +++ b/pages.json @@ -9,6 +9,13 @@ "navigationStyle": "custom", "navigationBarTextStyle": "white" } + }, + { + "path": "pages/notice/index", + "style": { + "navigationBarTitleText": "消息中心", + "enablePullDownRefresh": false + } } ], "subPackages": [ diff --git a/pages/home/components/swiper.vue b/pages/home/components/swiper.vue index 8d6a15f..48a3768 100644 --- a/pages/home/components/swiper.vue +++ b/pages/home/components/swiper.vue @@ -1,8 +1,7 @@