From fd45e8b88561436671c5626103704ed74d8f28a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=8A=E9=87=8C?= <1227971437@qq.com> Date: Wed, 7 Apr 2021 16:27:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=90=9C=E7=B4=A2=E6=A0=8F?= =?UTF-8?q?=E7=9B=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 ++- pages/list/list.vue | 27 +++++++++++++++------------ pages/list/news-list.vue | 4 ++-- pages/list/news-search-title.vue | 17 +++++++++++++++++ 4 files changed, 36 insertions(+), 15 deletions(-) create mode 100644 pages/list/news-search-title.vue diff --git a/pages.json b/pages.json index 046f872b..fab19005 100644 --- a/pages.json +++ b/pages.json @@ -2,7 +2,8 @@ "pages": [{ "path": "pages/list/list", "style": { - "navigationStyle":"custom" + "navigationStyle":"custom", + "enablePullDownRefresh":true } }, { "path":"pages/grid/grid", diff --git a/pages/list/list.vue b/pages/list/list.vue index 80395bdf..68c4ee82 100644 --- a/pages/list/list.vue +++ b/pages/list/list.vue @@ -1,6 +1,7 @@