Browse Source

no message

feature/v1.1.0
xpz2018 7 years ago
parent
commit
5fbe5caffb
17 changed files with 6 additions and 6 deletions
  1. 8
      app.json
  2. BIN
      images/ico_actions.png
  3. BIN
      images/ico_order.png
  4. BIN
      images/index_gray.png
  5. BIN
      images/index_green.png
  6. BIN
      images/my_gray.png
  7. BIN
      images/my_green.png
  8. BIN
      images/order.png
  9. BIN
      images/order_gray.png
  10. BIN
      images/order_green.png
  11. BIN
      images/tabico_active_selected.png
  12. BIN
      images/tabico_active_unselect.png
  13. BIN
      images/tabico_mine_selected.png
  14. BIN
      images/tabico_mine_unselect.png
  15. BIN
      images/tabico_shop_selected.png
  16. BIN
      images/tabico_shop_unselect.png
  17. 4
      pages/mcenter/mcenter.js

8
app.json

@ -35,14 +35,14 @@
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/index_gray.png",
"selectedIconPath": "images/index_green.png"
"iconPath": "images/tabico_active_unselect.png",
"selectedIconPath": "images/tabico_active_selected.png"
},
{
"pagePath": "pages/mcenter/mcenter",
"text": "我的",
"iconPath": "images/my_gray.png",
"selectedIconPath": "images/my_green.png"
"iconPath": "images/tabico_mine_unselect.png",
"selectedIconPath": "images/tabico_mine_selected.png"
}
]
}

BIN
images/ico_actions.png

Before After
Width: 60  |  Height: 72  |  Size: 2.9 KiB

BIN
images/ico_order.png

Before After
Width: 63  |  Height: 72  |  Size: 5.5 KiB

BIN
images/index_gray.png

Before After
Width: 60  |  Height: 54  |  Size: 1.9 KiB

BIN
images/index_green.png

Before After
Width: 60  |  Height: 54  |  Size: 1.9 KiB

BIN
images/my_gray.png

Before After
Width: 59  |  Height: 59  |  Size: 3.0 KiB

BIN
images/my_green.png

Before After
Width: 59  |  Height: 59  |  Size: 3.0 KiB

BIN
images/order.png

Before After
Width: 42  |  Height: 48  |  Size: 2.2 KiB

BIN
images/order_gray.png

Before After
Width: 62  |  Height: 56  |  Size: 2.3 KiB

BIN
images/order_green.png

Before After
Width: 62  |  Height: 56  |  Size: 2.3 KiB

BIN
images/tabico_active_selected.png

Before After
Width: 69  |  Height: 69  |  Size: 4.3 KiB

BIN
images/tabico_active_unselect.png

Before After
Width: 69  |  Height: 69  |  Size: 4.0 KiB

BIN
images/tabico_mine_selected.png

Before After
Width: 59  |  Height: 69  |  Size: 2.1 KiB

BIN
images/tabico_mine_unselect.png

Before After
Width: 59  |  Height: 69  |  Size: 2.0 KiB

BIN
images/tabico_shop_selected.png

Before After
Width: 69  |  Height: 66  |  Size: 2.2 KiB

BIN
images/tabico_shop_unselect.png

Before After
Width: 69  |  Height: 66  |  Size: 2.1 KiB

4
pages/mcenter/mcenter.js

@ -5,8 +5,8 @@ const app = getApp()
Page({
data: {
items: [
// { top: 20, title: '我的订单', img: '../../images/order.png', page: 'Order' },
{ top: 20, title: '我的活动', img: '../../images/addr.png', page: 'Activity' },
// { top: 20, title: '我的订单', img: '../../images/ico_order.png', page: 'Order' },
{ top: 20, title: '我的活动', img: '../../images/ico_actions.png', page: 'Activity' },
{ top: 1, title: '联系客服', img: '../../images/service.png', page: 'Transition' }
],
sessionId: ''

Loading…
Cancel
Save