From 7bdf1aa76107f6f188e738cf5b3a764a0e988ed6 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sat, 03 Jul 2021 14:36:16 +0800
Subject: [PATCH] 群防任务顶部导航条样式调整
---
pages.json | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/pages.json b/pages.json
index 1807a97..f05d561 100644
--- a/pages.json
+++ b/pages.json
@@ -241,10 +241,9 @@
"path": "pages/alarm_list/alarm_list",
"name": "alarm_list",
"style": {
- "navigationBarTitleText": "我要查",
- "app-plus":{
- "titleNView":false
- }
+ "navigationBarTitleText": "群防任务",
+ "navigationBarBackgroundColor": "#0cd7e5",
+ "navigationBarTextStyle":"white"
}
},
{
--
Gitblit v1.9.3