From 462305ac488d26efb9a772db7c78d4f346f668b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=8A=E9=87=8C?= <1227971437@qq.com> Date: Wed, 21 Apr 2021 20:42:00 +0800 Subject: [PATCH] =?UTF-8?q?tabbar=E9=A1=B5=E9=9D=A2=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 18 +++++++++++++----- pages/list/news-list.vue | 6 +++++- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/pages.json b/pages.json index 46f8a0d..b25800a 100644 --- a/pages.json +++ b/pages.json @@ -1,21 +1,27 @@ { "pages": [{ "path": "pages/list/list", - "style": { - "navigationStyle": "custom", + "style": { + //#ifndef MP + "navigationStyle": "custom", + //#endif "enablePullDownRefresh": true } }, { "path": "pages/list/news-list", "style": { - "navigationStyle": "custom", + //#ifndef MP + "navigationStyle": "custom", + //#endif "enablePullDownRefresh": true } }, { "path": "pages/grid/grid", "style": { - "navigationStyle": "custom" + //#ifndef MP + "navigationStyle": "custom" + //#endif } }, { "path": "uni_modules/uni-login-page/pages/index/index", @@ -29,7 +35,9 @@ }, { "path": "pages/list/search/search", "style": { - "navigationStyle": "custom" + //#ifndef MP + "navigationStyle": "custom" + //#endif } }, { "path": "pages/list/detail", diff --git a/pages/list/news-list.vue b/pages/list/news-list.vue index 7d7d3ff..1c4403a 100644 --- a/pages/list/news-list.vue +++ b/pages/list/news-list.vue @@ -8,13 +8,17 @@ --> + + - + + + 为您更新了10条内容 -- GitLab