新页面的添加

This commit is contained in:
not-like-juvenile
2026-01-22 17:26:53 +08:00
parent 75fad97d5d
commit d5a3a4e8f0
5 changed files with 2094 additions and 389 deletions

View File

@@ -63,6 +63,41 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/delivery/order-detail",
"style": {
"navigationBarTitleText": "订单详情页",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/delivery/profile",
"style": {
"navigationBarTitleText": "配送个人中心",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/delivery/order-history",
"style": {
"navigationBarTitleText": "历史记录",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/delivery/earnings",
"style": {
"navigationBarTitleText": "历史记录",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/delivery/settings",
"style": {
"navigationBarTitleText": "设置",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/admin/index",
"style": {