ming преди 3 години
родител
ревизия
048dcde1fc
променени са 5 файла, в които са добавени 8 реда и са изтрити 3 реда
  1. 8 3
      pages.json
  2. BIN
      static/images/tabbar/home-on.png
  3. BIN
      static/images/tabbar/home.png
  4. BIN
      static/images/tabbar/my-on.png
  5. BIN
      static/images/tabbar/my.png

+ 8 - 3
pages.json

@@ -111,14 +111,19 @@
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"
 	},
-	"tabBar": {
+	"tabBar": {
+		"selectedColor": "#0063F5",
 		"list": [{
 				"pagePath": "pages/index/index",
-				"text": "首页"
+				"text": "首页",
+				"iconPath": "static/images/tabbar/home.png",
+				"selectedIconPath": "static/images/tabbar/home-on.png"
 			},
 			{
 				"pagePath": "pages/my/my",
-				"text": "我的"
+				"text": "我的",
+				"iconPath": "static/images/tabbar/my.png",
+				"selectedIconPath": "static/images/tabbar/my-on.png"
 			}
 		]
 	}

BIN
static/images/tabbar/home-on.png


BIN
static/images/tabbar/home.png


BIN
static/images/tabbar/my-on.png


BIN
static/images/tabbar/my.png