From 60bdd6e881fbefc8c375eb9e9d71009d6c63859d Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期日, 18 五月 2025 16:35:16 +0800 Subject: [PATCH] H5工单列表、工单详情、诉求监督 --- H5/pages.json | 53 +++++++++++++++++++++++++++++++++++------------------ 1 files changed, 35 insertions(+), 18 deletions(-) diff --git a/H5/pages.json b/H5/pages.json index 7f81f94..10d7eae 100644 --- a/H5/pages.json +++ b/H5/pages.json @@ -100,19 +100,18 @@ } }, { - "path" : "pages/party-member-info/party-member-info", - "style" : - { - "navigationBarTitleText" : "党员信息", + "path": "pages/party-member-info/party-member-info", + "style": { + "navigationBarTitleText": "党员信息", "navigationStyle": "custom" } - },{ + }, { "path": "pages/evaluate/evaluate", "style": { "navigationBarTitleText": "诉求评价", "navigationStyle": "custom" } - },{ + }, { "path": "pages/evaluate/evaluate-detail", "style": { "navigationBarTitleText": "评价详情", @@ -120,26 +119,44 @@ } }, { - "path" : "pages/authentication/authentication", - "style" : - { - "navigationBarTitleText" : "党员认证", + "path": "pages/authentication/authentication", + "style": { + "navigationBarTitleText": "党员认证", "navigationStyle": "custom" } - },{ - "path" : "pages/certificationAudit/certificationAudit", - "style" : - { + }, { + "path": "pages/certificationAudit/certificationAudit", + "style": { "navigationBarTitleText": "党员认证审核", "navigationStyle": "custom" } - },{ - "path" : "pages/statistics/index", - "style" : - { + }, { + "path": "pages/statistics/index", + "style": { "navigationBarTitleText": "统计分析", "navigationStyle": "custom" } + }, + { + "path": "pages/supervision/supervision", + "style": { + "navigationBarTitleText": "诉求监督", + "navigationStyle": "custom" + } + }, + { + "path": "pages/supervision/supervision-progress", + "style": { + "navigationBarTitleText": "办理进度查看", + "navigationStyle": "custom" + } + }, + { + "path": "pages/supervision/edit-supervision-progress", + "style": { + "navigationBarTitleText": "编辑办理进度", + "navigationStyle": "custom" + } } ], "globalStyle": { -- Gitblit v1.7.1