From e00431112910158213f31256c6a3daf7fbde9f2d Mon Sep 17 00:00:00 2001 From: Double-_-Z <2492419643@qq.com> Date: Tue, 12 Nov 2024 17:34:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 4 +- pages/activity/activityList.vue | 93 +++++++++++++----- pages/article/articleDetails.vue | 4 +- pages/article/articleList.vue | 34 +++---- pages/article/richDetail.vue | 6 +- pages/home/home.vue | 76 ++++++++------- pages/index/index.vue | 62 +++++++++--- pages/policy/policyList.vue | 159 +++++++++++++++---------------- 8 files changed, 260 insertions(+), 178 deletions(-) diff --git a/pages.json b/pages.json index dfc24b8..807c0fe 100644 --- a/pages.json +++ b/pages.json @@ -7,10 +7,10 @@ "path": "pages/index/index", //公共导航 "style": { - "navigationBarTitleText": "", //导航栏标题文字内容 - "enablePullDownRefresh": true, + "navigationBarTitleText": "", //是否开启下拉刷新 + "enablePullDownRefresh": true, "navigationStyle": "custom", "onReachBottomDistance": 50, "app-plus": { diff --git a/pages/activity/activityList.vue b/pages/activity/activityList.vue index 6f2f18a..fc9ded7 100644 --- a/pages/activity/activityList.vue +++ b/pages/activity/activityList.vue @@ -1,8 +1,9 @@