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": "个人中心",