This commit is contained in:
曹辉 2022-10-25 10:09:25 +08:00
parent 0b394d7e06
commit f5b2f66a49
2 changed files with 13 additions and 2 deletions

View File

@ -13,9 +13,10 @@
.app { .app {
background-color: #F4F5F7; background-color: #F4F5F7;
width: 100%; width: 100%;
height: 100vh; // height: 100vh;
position: relative; position: relative;
color: #000000; color: #000000;
padding: 30rpx 0 200rpx 0;
.cards { .cards {
width: 94%; width: 94%;

View File

@ -4,6 +4,15 @@
}, },
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{ {
"path": "pages/confirmOrder/confirmOrder",
"style": {
"navigationBarTitleText": "确认订单",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#4C7BC9" ,//
"navigationBarTextStyle": "white"
}
},{
"path": "pages/shopping/shopping", // "path": "pages/shopping/shopping", //
"style": { "style": {
"navigationBarTitleText": "医路优品", "navigationBarTitleText": "医路优品",
@ -20,7 +29,8 @@
"navigationBarTextStyle": "white" "navigationBarTextStyle": "white"
} }
},{ },
{
"path": "pages/Personal/Personal", "path": "pages/Personal/Personal",
"style": { "style": {
"navigationBarTitleText": "个人中心", "navigationBarTitleText": "个人中心",