This commit is contained in:
Aiden 2023-12-08 17:10:52 +08:00
parent 2822b072e9
commit 9b2db7d33d
2 changed files with 23 additions and 11 deletions

View File

@ -6,6 +6,17 @@
} }
}, },
"pages": [ "pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false //
}
}
},
{ {
"path": "pages/home/index", "path": "pages/home/index",
"style": { "style": {
@ -17,16 +28,7 @@
} }
} }
}, },
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false //
}
}
},
{ {
"path": "pages/ticket/index", "path": "pages/ticket/index",
"style": { "style": {
@ -67,6 +69,16 @@
"titleNView": false // "titleNView": false //
} }
} }
},
{
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false //
}
}
} }
], ],
"globalStyle": { "globalStyle": {

View File

@ -148,7 +148,7 @@ const handleTips = () => {
background: #761C1F; background: #761C1F;
height: 68rpx; height: 68rpx;
color: #FFFFFF; color: #FFFFFF;
bottom: 20rpx; bottom: 150rpx;
padding: 16rpx 40rpx; padding: 16rpx 40rpx;
box-sizing: border-box; box-sizing: border-box;
border-radius: 24rpx; border-radius: 24rpx;