完善页面

This commit is contained in:
wangxiaowei
2025-09-09 22:33:38 +08:00
parent ff964fbc87
commit 0064e83e20
23 changed files with 1344 additions and 162 deletions

View File

@ -146,7 +146,8 @@
"type": "page",
"layout": "tabbar",
"style": {
"navigationStyle": "custom"
"navigationStyle": "custom",
"navigationBarTitleText": "首页"
}
},
{
@ -178,6 +179,22 @@
"navigationBarTitleText": "分包页面"
}
},
{
"path": "reserve-room/choose-room-reserve",
"type": "page",
"layout": "tabbar",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "reserve-room/choose-room",
"type": "page",
"layout": "tabbar",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "reserve-room/detail",
"type": "page",
@ -202,6 +219,14 @@
"navigationStyle": "custom"
}
},
{
"path": "group-buying/after-sales/after-sales",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "group-buying/douyin/douyin-order-detail",
"type": "page",
@ -253,4 +278,4 @@
]
}
]
}
}