From 09d69f69368a591ff12cccdfe9099046b678605e 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:39:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=B8=8B=E5=95=A6=E5=88=B7?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 +- pages/list/list.vue | 148 +------------------------------ pages/list/news-list.vue | 41 ++++++--- pages/list/news-search-title.vue | 17 ---- 4 files changed, 32 insertions(+), 177 deletions(-) delete mode 100644 pages/list/news-search-title.vue diff --git a/pages.json b/pages.json index 1e405e7..3ad958f 100644 --- a/pages.json +++ b/pages.json @@ -2,7 +2,8 @@ "pages": [{ "path": "pages/list/list", "style": { - "navigationStyle": "custom" + "navigationStyle": "custom", + "enablePullDownRefresh":true } }, { diff --git a/pages/list/list.vue b/pages/list/list.vue index 68c4ee8..4b7f89b 100644 --- a/pages/list/list.vue +++ b/pages/list/list.vue @@ -1,7 +1,5 @@ - - - -- GitLab