From 116298d545317448e497ab78ad85ff90ff13e298 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 03 Nov 2021 15:58:49 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
pages.json | 64 +++++++++++++++++++++++++++++++-
1 files changed, 62 insertions(+), 2 deletions(-)
diff --git a/pages.json b/pages.json
index a1c8ad3..532b3b1 100644
--- a/pages.json
+++ b/pages.json
@@ -328,6 +328,60 @@
}
},
{
+ "path": "pages/grabOrders/grabOrders",
+ "name": "grabOrders",
+ "style": {
+ "navigationBarTitleText": "我要抢",
+ "navigationBarBackgroundColor": "#103289",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "pages/grabOrders/map",
+ "name": "map",
+ "style": {
+ "navigationBarTitleText": "任务详情",
+ "navigationBarBackgroundColor": "#103289",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ // {
+ // "path": "pages/grabOrders/xcxm",
+ // "name": "map",
+ // "style": {
+ // "navigationBarTitleText": "任务详情",
+ // "navigationBarBackgroundColor": "#103289",
+ // "navigationBarTextStyle": "white"
+ // }
+ // },
+ {
+ "path": "pages/issue/issue",
+ "name": "issue",
+ "style": {
+ "navigationBarTitleText": "发布",
+ "navigationBarBackgroundColor": "#103289",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "pages/grabOrders/task",
+ "name": "task",
+ "style": {
+ "navigationBarTitleText": "任务详情",
+ "navigationBarBackgroundColor": "#103289",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "pages/grabOrders/feedback",
+ "name": "feedback",
+ "style": {
+ "navigationBarTitleText": "任务反馈",
+ "navigationBarBackgroundColor": "#103289",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
"path": "pages/index/index",
"name": "index",
"style": {
@@ -410,11 +464,18 @@
"text": "首页",
"iconPath": "static/tabbar/index01.png",
"selectedIconPath": "static/tabbar/index02.png"
- }, {
+ },
+ {
"pagePath": "pages/article/article",
"text": "资讯",
"iconPath": "static/tabbar/article.png",
"selectedIconPath": "static/tabbar/articleH.png"
+ },
+ {
+ "pagePath": "pages/issue/issue",
+ "iconPath": "static/tabbar/addIcon.png",
+ "selectedIconPath": "static/tabbar/addSelectedIcon.png",
+ "text": "发布"
},
{
"pagePath": "pages/business/business",
@@ -428,7 +489,6 @@
"iconPath": "static/tabbar/my.png",
"selectedIconPath": "./static/tabbar/my-blue.png"
}
-
]
},
"globalStyle": { // 不能在globalStyle中设置隐藏头部导航栏,否则聊天页面的头部栏会不显示,在pages中设置titleNView为false就可以隐藏头部导航栏了
--
Gitblit v1.9.3