实现服务页面接入

This commit is contained in:
2026-05-14 17:02:16 +08:00
parent 0ffbc53902
commit 309f50a637
26 changed files with 2216 additions and 492 deletions

View File

@@ -336,6 +336,55 @@
"navigationBarTitleText": "添加银行卡"
}
},
{
"path": "home-service/index",
"style": {
"navigationBarTitleText": "居家上门服务",
"navigationStyle": "custom"
}
},
{
"path": "home-service/apply",
"style": {
"navigationBarTitleText": "提交服务申请",
"navigationStyle": "custom"
}
},
{
"path": "home-service/order-detail",
"style": {
"navigationBarTitleText": "服务单详情",
"navigationStyle": "custom"
}
},
{
"path": "home-service/feedback",
"style": {
"navigationBarTitleText": "验收反馈",
"navigationStyle": "custom"
}
},
{
"path": "home-service/assessment",
"style": {
"navigationBarTitleText": "上门评估",
"navigationStyle": "custom"
}
},
{
"path": "home-service/service-plan",
"style": {
"navigationBarTitleText": "服务方案",
"navigationStyle": "custom"
}
},
{
"path": "home-service/settlement-archive",
"style": {
"navigationBarTitleText": "结算归档",
"navigationStyle": "custom"
}
},
{
"path": "bank-cards/verify",
"style": {
@@ -373,6 +422,93 @@
}
}
]
},
{
"root": "pages/mall/merchant",
"pages": [
{
"path": "home-service/tasks",
"style": {
"navigationBarTitleText": "执行任务",
"navigationStyle": "custom"
}
},
{
"path": "home-service/task-detail",
"style": {
"navigationBarTitleText": "任务详情",
"navigationStyle": "custom"
}
},
{
"path": "home-service/check-in",
"style": {
"navigationBarTitleText": "到岗签到",
"navigationStyle": "custom"
}
},
{
"path": "home-service/service-record",
"style": {
"navigationBarTitleText": "服务记录",
"navigationStyle": "custom"
}
},
{
"path": "home-service/exception-report",
"style": {
"navigationBarTitleText": "异常上报",
"navigationStyle": "custom"
}
}
]
},
{
"root": "pages/mall/admin/home-service",
"pages": [
{
"path": "application-management/index",
"style": {
"navigationBarTitleText": "服务申请管理",
"navigationStyle": "custom"
}
},
{
"path": "dispatch-center/index",
"style": {
"navigationBarTitleText": "派单调度中心",
"navigationStyle": "custom"
}
},
{
"path": "assessment-form/index",
"style": {
"navigationBarTitleText": "上门评估",
"navigationStyle": "custom"
}
},
{
"path": "service-plan/index",
"style": {
"navigationBarTitleText": "服务方案",
"navigationStyle": "custom"
}
},
{
"path": "rectification/index",
"style": {
"navigationBarTitleText": "整改处理",
"navigationStyle": "custom"
}
},
{
"path": "settlement-archive/index",
"style": {
"navigationBarTitleText": "结算归档",
"navigationStyle": "custom"
}
}
]
}
],
"tabBar": {