| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "pages": [
- "pages/home/home",
- "pages/pointapply/pointapply",
- "pages/approval/approval",
- "pages/mine/mine",
- "pages/perinfo/perinfo",
- "pages/point/point",
- "pages/register/register",
- "pages/applyjoinapprovel/applyjoinapprovel",
- "pages/corporateInfo/corporateInfo",
- "pages/minusapply/minusapply",
- "pages/selectStaff/selectStaff",
- "pages/selectnorm/selectnorm",
- "pages/bindphone/bindphone",
- "pages/WebView/WebView"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#3581EB",
- "navigationBarTitleText": "WeChat",
- "navigationBarTextStyle": "white"
- },
- "tabBar": {
- "selectedColor": "#219bf3",
- "color": "#444",
- "backgroundColor": "#FFF",
- "borderStyle": "white",
- "position": "bottom",
- "list": [
- {
- "pagePath": "pages/home/home",
- "text": "首页",
- "iconPath": "img/home_noselected.png",
- "selectedIconPath": "img/home_selected.png"
- },
- {
- "pagePath": "pages/point/point",
- "text": "积分",
- "iconPath": "img/point_noselected.png",
- "selectedIconPath": "img/point_selected.png"
- },
- {
- "pagePath": "pages/approval/approval",
- "text": "审批",
- "iconPath": "img/approvel_noselected.png",
- "selectedIconPath": "img/approvel_selected.png"
- },
- {
- "pagePath": "pages/mine/mine",
- "text": "我的",
- "iconPath": "img/mine_noselected.png",
- "selectedIconPath": "img/mine_selected.png"
- }
- ]
- }
- }
|