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 {
background-color: #F4F5F7;
width: 100%;
height: 100vh;
// height: 100vh;
position: relative;
color: #000000;
padding: 30rpx 0 200rpx 0;
.cards {
width: 94%;

View File

@ -4,6 +4,15 @@
},
"pages": [ //pageshttps://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": "个人中心",