|
|
|
@ -57,6 +57,19 @@ |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "签到" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"path": "pages/find/find", |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "发现", |
|
|
|
"enablePullDownRefresh": true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"path": "pages/messageCenter/index", |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "消息" |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
"globalStyle": { |
|
|
|
@ -76,10 +89,15 @@ |
|
|
|
"selectedIconPath": "static/tabbar/home-active.png", |
|
|
|
"text": "首页" |
|
|
|
},{ |
|
|
|
"pagePath": "pages/login/index", |
|
|
|
"pagePath": "pages/find/find", |
|
|
|
"iconPath": "static/tabbar/find.png", |
|
|
|
"selectedIconPath": "static/tabbar/find-active.png", |
|
|
|
"text": "发现" |
|
|
|
},{ |
|
|
|
"pagePath": "pages/messageCenter/index", |
|
|
|
"iconPath": "static/tabbar/find.png", |
|
|
|
"selectedIconPath": "static/tabbar/find-active.png", |
|
|
|
"text": "登录" |
|
|
|
"text": "消息" |
|
|
|
},{ |
|
|
|
"pagePath": "pages/my/index", |
|
|
|
"iconPath": "static/tabbar/find.png", |
|
|
|
|