From f5b2f66a4977b2cfa92c5e0a4c8717f25484b356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Tue, 25 Oct 2022 10:09:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 3 ++- pages.json | 12 +++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/App.vue b/App.vue index bd2b1f9..574abaa 100644 --- a/App.vue +++ b/App.vue @@ -13,9 +13,10 @@ .app { background-color: #F4F5F7; width: 100%; - height: 100vh; + // height: 100vh; position: relative; color: #000000; + padding: 30rpx 0 200rpx 0; .cards { width: 94%; diff --git a/pages.json b/pages.json index 2197011..be4d74b 100644 --- a/pages.json +++ b/pages.json @@ -4,6 +4,15 @@ }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { + "path": "pages/confirmOrder/confirmOrder", + "style": { + "navigationBarTitleText": "确认订单", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#4C7BC9" ,//背景颜色 + "navigationBarTextStyle": "white" + + } + },{ "path": "pages/shopping/shopping", //商城 "style": { "navigationBarTitleText": "医路优品", @@ -20,7 +29,8 @@ "navigationBarTextStyle": "white" } - },{ + }, + { "path": "pages/Personal/Personal", "style": { "navigationBarTitleText": "个人中心",