12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "pages": [
- "pages/index/index",
- "pages/game/game",
- "pages/box/box",
- "pages/user/index",
- "pages/user/rank",
- "pages/user/team",
- "pages/user/help",
- "pages/manage/manage",
- "pages/record/index",
- "pages/member/member",
- "pages/Incomelog/Incomelog",
- "pages/tips/tips",
- "pages/share/share",
- "pages/share/game",
- "pages/pay/index",
- "pages/user/comment",
- "pages/detail/detail",
- "pages/box/bg",
- "pages/detail/comment",
- "pages/game/all",
- "pages/find/find",
- "pages/user/task",
- "pages/user/purse",
- "pages/member/more",
- "pages/lottery/lottery"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTitleText": "欢乐游戏盒子",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#959595",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "black",
- "selectedColor": "#333333",
- "list": [
- {
- "pagePath": "pages/game/game",
- "text": "玩游戏",
- "iconPath": "image/tab_icon_wanyouxi_defailed.png",
- "selectedIconPath": "image/tab_icon_wanyouxi.png"
- },
- {
- "pagePath": "pages/find/find",
- "text": "发现",
- "iconPath": "image/tab_faxian_copy.png",
- "selectedIconPath": "image/tab_faxian2_copy.png"
- },
- {
- "pagePath": "pages/box/box",
- "text": "一起玩",
- "iconPath": "image/tab_icon_game.png",
- "selectedIconPath": "image/tab_icon_game_active.png"
- },
- {
- "pagePath": "pages/user/index",
- "text": "我的",
- "iconPath": "image/tab_icon_wode_defailed.png",
- "selectedIconPath": "image/tab_icon_wode.png"
- }
- ]
- }
- }
|