From 5470b3652246095d9d73d8aa03ce8830459af8c9 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期四, 20 六月 2024 14:10:07 +0800 Subject: [PATCH] 静态页面添加 --- pages.json | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index 52eb5c9..0167170 100644 --- a/pages.json +++ b/pages.json @@ -46,7 +46,8 @@ "path" : "policyIndex/policyIndex", "style" : { - "navigationBarTitleText" : "棣栭〉" + "navigationBarTitleText" : "棣栭〉", + "navigationStyle": "custom" } }, { @@ -55,6 +56,13 @@ { "navigationBarTitleText" : "鎵ф硶鐢宠" } + }, + { + "path" : "changePhone/changePhone", + "style" : + { + "navigationBarTitleText" : "" + } } ] } -- Gitblit v1.9.1