From b9ebc3c70a2f1c0c40b0d71b497e19ca764ac15f Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Sun, 07 Apr 2024 17:31:23 +0800
Subject: [PATCH] 更新
---
pages.json | 58 ++++++++++++++++++++++++++++++++--------------------------
1 files changed, 32 insertions(+), 26 deletions(-)
diff --git a/pages.json b/pages.json
index 746f990..544756e 100644
--- a/pages.json
+++ b/pages.json
@@ -45,21 +45,21 @@
"navigationStyle": "custom"
}
},
- // {
- // "path": "pages/circle/index",
- // "style": {
- // "enablePullDownRefresh": false,
- // "navigationStyle": "custom"
- // }
- // },
- // {
- // "path": "pages/circle/publish",
- // "style": {
- // "navigationBarTitleText": "发布",
- // "navigationBarBackgroundColor": "#fff",
- // "navigationBarTextStyle": "black"
- // }
- // },
+ {
+ "path": "pages/circle/index",
+ "style": {
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/circle/publish",
+ "style": {
+ "navigationBarTitleText": "发布",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
{
"path": "pages/home/selectSite",
"style": {
@@ -834,7 +834,10 @@
"navigationBarTitleText": "资料管理",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
- "enablePullDownRefresh": false
+ "enablePullDownRefresh": false,
+ "usingComponents": {
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ }
}
},
{
@@ -852,7 +855,10 @@
"navigationBarTitleText": "人口采集",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
- "enablePullDownRefresh": false
+ "enablePullDownRefresh": false,
+ "usingComponents": {
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ }
}
},
{
@@ -1045,7 +1051,7 @@
"pages": [{
"path": "add",
"style": {
- "navigationBarTitleText": "反诈宣传",
+ "navigationBarTitleText": "反诈宣防",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": false,
@@ -1066,7 +1072,7 @@
}, {
"path": "propagateRecord",
"style": {
- "navigationBarTitleText": "反诈宣传记录",
+ "navigationBarTitleText": "反诈宣防记录",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": false
@@ -1075,7 +1081,7 @@
{
"path": "propagateDetail",
"style": {
- "navigationBarTitleText": "反诈宣传详情",
+ "navigationBarTitleText": "反诈宣防详情",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": false
@@ -1186,12 +1192,12 @@
"iconPath": "static/img/tabbar-01.png",
"text": "首页"
},
- // {
- // "pagePath": "pages/circle/index",
- // "iconPath": "static/img/tabbar-02.png",
- // "selectedIconPath": "static/img/tabbar-02-selected.png",
- // "text": "圈子"
- // },
+ {
+ "pagePath": "pages/circle/index",
+ "iconPath": "static/img/tabbar-02.png",
+ "selectedIconPath": "static/img/tabbar-02-selected.png",
+ "text": "圈子"
+ },
{
"pagePath": "pages/statistics/index",
"iconPath": "static/img/tabbar-02.png",
--
Gitblit v1.9.3