From 1ce4c97c9fd727d8d433d441281765ce6abbadaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 12 Oct 2023 13:23:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/pages.json b/pages.json index 4c6dec9..891e73b 100644 --- a/pages.json +++ b/pages.json @@ -4,17 +4,17 @@ }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { - "path": "pages/startup/startup", - "style": { - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - }, { "path": "pages/homepage/homepage", "style": { "enablePullDownRefresh": false, "navigationStyle": "custom" } + }, { + "path": "pages/startup/startup", + "style": { + "navigationStyle": "custom", + "enablePullDownRefresh": false + } }, { "path": "pages/medicalservice/medicalservice", @@ -502,6 +502,12 @@ "onReachBottomDistance": 40, //距离底部多远时触发 单位为px "enablePullDownRefresh": true //设置参数为true } + }, { + "path": "signseekadvicefrom/signseekadvicefrom", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } } ] }],