From 9559ddc77d25d049862eb0fb6bdcfa90f792830e Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Mon, 18 Dec 2023 18:09:05 +0800
Subject: [PATCH] 扫码逻辑修改,楼盘表修改
---
pages.json | 25 +++++++++++++++++--------
1 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/pages.json b/pages.json
index 56889a0..b448dc7 100644
--- a/pages.json
+++ b/pages.json
@@ -189,6 +189,15 @@
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
+ },
+ {
+ "path": "signature",
+ "style": {
+ "navigationBarTitleText": "签名",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
}
]
@@ -213,11 +222,11 @@
"pages": [{
"path": "index",
"style": {
- "navigationBarTitleText": "标签事件",
+ "navigationBarTitleText": "标签报事",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#4586fe",
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom"
+ "navigationBarTextStyle": "white"
+ // "navigationStyle": "custom"
}
},
{
@@ -517,11 +526,11 @@
{
"path": "views/repair",
"style": {
- "navigationBarTitleText": "报事报修",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
+ "navigationBarTitleText": "公共报事",
+ "navigationBarBackgroundColor": "#4586fe",
+ "navigationBarTextStyle": "white",
+ "enablePullDownRefresh": false
+ // "navigationStyle": "custom"
}
},
{
--
Gitblit v1.9.3