From e5dc71ff7541a217a93fe697ffd777cc642e7d3b Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期四, 20 六月 2024 16:55:03 +0800 Subject: [PATCH] 申请详情页面 --- pages.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 53 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index 52eb5c9..21b5bb3 100644 --- a/pages.json +++ b/pages.json @@ -46,7 +46,8 @@ "path" : "policyIndex/policyIndex", "style" : { - "navigationBarTitleText" : "棣栭〉" + "navigationBarTitleText" : "棣栭〉", + "navigationStyle": "custom" } }, { @@ -55,6 +56,57 @@ { "navigationBarTitleText" : "鎵ф硶鐢宠" } + }, + { + "path" : "changePhone/changePhone", + "style" : + { + "navigationBarTitleText" : "淇敼鎵嬫満鍙�" + } + }, + { + "path" : "dataLook/dataLook", + "style" : + { + "navigationBarTitleText" : "鏁版嵁鐪嬫澘", + "navigationStyle": "custom" + } + }, + { + "path" : "reportPage/reportPage", + "style" : + { + "navigationBarTitleText" : "鎵ф硶缁撴灉涓婃姤" + } + }, + { + "path" : "reportDetails/reportDetails", + "style" : + { + "navigationBarTitleText" : "涓婃姤缁撴灉" + } + }, + { + "path" : "reportRecord/reportRecord", + "style" : + { + "navigationBarTitleText" : "涓婃姤璁板綍" + } + }, + { + "path" : "applyRecord/applyRecord", + "style" : + { + "navigationBarTitleText" : "鐢宠璁板綍" + } + }, + { + "path" : "applyRecordDetails/applyRecordDetails", + "style" : + { + "navigationBarTitleText" : "鐢宠璇︽儏", + "navigationStyle": "custom" + } } ] } -- Gitblit v1.9.1