From 7d712855cdf187d29b7b909d2264a500f9cdc5a6 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 03 Nov 2021 15:53:21 +0800
Subject: [PATCH] + 我参与  还差一点

---
 pages.json |   64 +++++++++++++++++++++++++++++++-
 1 files changed, 62 insertions(+), 2 deletions(-)

diff --git a/pages.json b/pages.json
index 0d653a4..6ae703b 100644
--- a/pages.json
+++ b/pages.json
@@ -319,6 +319,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": {
@@ -401,11 +455,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",
@@ -419,7 +480,6 @@
 				"iconPath": "static/tabbar/my.png",
 				"selectedIconPath": "./static/tabbar/my-blue.png"
 			}
-
 		]
 	},
 	"globalStyle": { // 不能在globalStyle中设置隐藏头部导航栏,否则聊天页面的头部栏会不显示,在pages中设置titleNView为false就可以隐藏头部导航栏了

--
Gitblit v1.9.3