From daa557aa4a6945646b0bc57b06db8300521593d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Thu, 23 Feb 2023 14:41:07 +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 | 3 ++- pages/shopping/shopping.vue | 44 ++++++++++++++++++++++++++++++++----- 2 files changed, 40 insertions(+), 7 deletions(-) diff --git a/pages.json b/pages.json index a9a5886..b8f4d6a 100644 --- a/pages.json +++ b/pages.json @@ -88,7 +88,8 @@ "navigationBarTitleText": "医路优品", "navigationBarBackgroundColor": "#ffffff", "onReachBottomDistance": 40, //距离底部多远时触发 单位为px - "enablePullDownRefresh": true //设置参数为true + "enablePullDownRefresh": true ,//设置参数为true + "navigationStyle": "custom" } }, { "path": "pages/CommodityOrder/CommodityOrder", diff --git a/pages/shopping/shopping.vue b/pages/shopping/shopping.vue index 224fb46..39cfa37 100644 --- a/pages/shopping/shopping.vue +++ b/pages/shopping/shopping.vue @@ -1,10 +1,10 @@