From a1d9c29c8ab295d7efeae3fc5090474e34da9215 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 11 Jun 2021 09:53:02 +0800
Subject: [PATCH] 安卓端初版

---
 pages.json                 |   18 +++++++++---------
 static/tabbar/article.png  |    0 
 static/tabbar/articleH.png |    0 
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/pages.json b/pages.json
index 80b618a..f3a2393 100644
--- a/pages.json
+++ b/pages.json
@@ -184,30 +184,30 @@
 		"selectedColor": "#0faeff",
 		"backgroundColor": "#ffffff",
 		"list": [{
-					"pagePath": "pages/article/article",
-					"text": "资讯",
-					"iconPath": "static/img/article.png",
-					"selectedIconPath": "static/img/articleH.png"
-			},{
 				"pagePath": "pages/workbench/workbench",
-				"text": "工作台",
+				"text": "我要查",
 				"iconPath": "static/tabbar/workbench.png",
 				"selectedIconPath": "static/tabbar/workbenchH.png"
+			},{
+				"pagePath": "pages/article/article",
+				"text": "我要看",
+				"iconPath": "static/tabbar/article.png",
+				"selectedIconPath": "static/tabbar/articleH.png"
 			},
 			{
 				"pagePath": "pages/business/business",
-				"text": "业务办理",
+				"text": "我要报",
 				"iconPath": "static/tabbar/business.png",
 				"selectedIconPath": "static/tabbar/businessH.png"
 			}, {
 
 				"pagePath": "pages/investigation/investigation",
-				"text": "地图",
+				"text": "我要说",
 				"iconPath": "static/tabbar/investigation.png",
 				"selectedIconPath": "static/tabbar/investigationH.png"
 			}, {
 				"pagePath": "pages/myself/myself",
-				"text": "我的",
+				"text": "个人中心",
 				"iconPath": "static/tabbar/user.png",
 				"selectedIconPath": "static/tabbar/userHL.png"
 			}
diff --git a/static/tabbar/article.png b/static/tabbar/article.png
new file mode 100644
index 0000000..26618b3
--- /dev/null
+++ b/static/tabbar/article.png
Binary files differ
diff --git a/static/tabbar/articleH.png b/static/tabbar/articleH.png
new file mode 100644
index 0000000..84a8e7e
--- /dev/null
+++ b/static/tabbar/articleH.png
Binary files differ

--
Gitblit v1.9.3