留言板/留言板详情/消息中心/设置页面样式优化

This commit is contained in:
2025-12-27 17:22:45 +08:00
parent fb8a6cc27e
commit 7cd3dc373f
10 changed files with 461 additions and 24 deletions

View File

@@ -354,6 +354,22 @@
"navigationBarTitleText": "我的预约",
"enablePullDownRefresh": false
}
},
{
"path": "pages/message/guestbook",
"style": {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "留言板",
"enablePullDownRefresh": false
}
},
{
"path": "pages/detail/guestbookDetail",
"style": {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "留言详情",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {