1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "pages": [
- "pages/index/index",
- "pages/find/find",
- "pages/mine/mine",
- "pages/details/details",
- "pages/questions/questions",
- "pages/feedback/feedback",
- "pages/application/application",
- "pages/getPhone/getPhone",
- "pages/getIt/getIt",
- "pages/signup/signup",
- "pages/login/login"
- ],
- "window": {
- "backgroundTextStyle": "dark",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "借钱借款助手",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "onReachBottomDistance": 10
- },
- "tabBar": {
- "color": "#666",
- "selectedColor": "#333",
- "borderStyle": "#aaa",
- "backgroundColor": "#f8f8f9",
- "list": [
- {
- "selectedIconPath": "pages/resource/image/index-on.png",
- "iconPath": "pages/resource/image/index.png",
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "selectedIconPath": "pages/resource/image/find-on.png",
- "iconPath": "pages/resource/image/find.png",
- "pagePath": "pages/find/find",
- "text": "贷款大全"
- },
- {
- "selectedIconPath": "pages/resource/image/mine-on.png",
- "iconPath": "pages/resource/image/mine.png",
- "pagePath": "pages/mine/mine",
- "text": "我的"
- }
- ]
- },
- "debug": true
- }
|