完善H5的页面

This commit is contained in:
wangxiaowei
2025-09-26 17:04:39 +08:00
parent e9519b32db
commit bdfa0a90f4
58 changed files with 22564 additions and 605 deletions

View File

@ -31,12 +31,6 @@
"pagePath": "pages/index/index",
"text": "首页"
},
{
"iconPath": "static/tabbar/reserve.png",
"selectedIconPath": "static/tabbar/reserve_s.png",
"pagePath": "pages/reserve/reserve",
"text": "预约"
},
{
"iconPath": "static/tabbar/my.png",
"selectedIconPath": "static/tabbar/my_s.png",
@ -79,6 +73,30 @@
"navigationBarTitleText": "Vue Query 请求演示"
}
},
{
"path": "pages/address/add",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/address/list",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/cashier/cashier",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/city/city",
"type": "page",
@ -88,6 +106,14 @@
"navigationBarTitleText": "选择城市"
}
},
{
"path": "pages/index/detail",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"type": "page",
@ -114,24 +140,6 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/notice/bill",
"type": "page",
"layout": "default",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#fff"
}
},
{
"path": "pages/notice/pay",
"type": "page",
"layout": "default",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#fff"
}
},
{
"path": "pages/notice/reserve",
"type": "page",
@ -142,12 +150,19 @@
}
},
{
"path": "pages/reserve/reserve",
"path": "pages/reserve/group-tea-specialist",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/reserve/tea-room",
"type": "page",
"layout": "tabbar",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "首页"
"navigationStyle": "custom"
}
},
{