Browse Source

no message

feature/v2.0
xpz2018 4 years ago
parent
commit
1910ef8d7d
1 changed files with 1 additions and 1 deletions
  1. 2
      client/index/index.js

2
client/index/index.js

@ -11,7 +11,7 @@ Page({
fragment: app.globalData.safeFragmentHeight,
tabList: [
{ index: 0, value: 'message', badge: 0, name: '消息', blue: '/assets/tabbar/mall-blue.png', gray: '/assets/tabbar/mall-gray.png' },
{ index: 1, value: 'work', badge: 0, name: '工作台', blue: '/assets/tabbar/process-blue.png', gray: '/assets/tabbar/process-gray.png' },
{ index: 1, value: 'work', badge: 0, name: '工作台', blue: '/assets/tabbar/storage-blue.png', gray: '/assets/tabbar/storage-gray.png' },
{ index: 2, value: 'home', badge: 0, name: '我的', blue: '/assets/tabbar/home-blue.png', gray: '/assets/tabbar/home-gray.png' }
],
tabIndex: 1,

Loading…
Cancel
Save