Add button menu icons.

wechat_user_type
guochunzhong 8 years ago
parent 9f72fc2b34
commit 3861336e5a
  1. 14
      app.json
  2. BIN
      images/ba.png
  3. BIN
      images/ba_active.png
  4. BIN
      images/cart.png
  5. BIN
      images/cart_active.png
  6. BIN
      images/profile.png
  7. BIN
      images/profile_active.png

@ -17,21 +17,21 @@
"color": "#dddddd",
"selectedColor": "#3cc51f",
"borderStyle": "white",
"backgroundColor": "#fefefe",
"backgroundColor": "#323232",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "images/1.png",
"selectedIconPath": "images/1.png",
"iconPath": "images/ba.png",
"selectedIconPath": "images/ba_active.png",
"text": "首页"
},{
"pagePath": "pages/cart/cart",
"iconPath": "images/1.png",
"selectedIconPath": "images/1.png",
"iconPath": "images/cart.png",
"selectedIconPath": "images/cart_active.png",
"text": "购物车"
},{
"pagePath": "pages/mine/mine",
"iconPath": "images/1.png",
"selectedIconPath": "images/1.png",
"iconPath": "images/profile.png",
"selectedIconPath": "images/profile_active.png",
"text": "我的"
}]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Loading…
Cancel
Save