1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "pages":[
- "pages/index/index",
- "pages/category/category",
- "pages/oders/oders",
- "pages/users/users",
- "pages/home/home",
- "pages/search/search"
- ],
- "window": {
- "backgroundTextStyle": "dark",
- "navigationBarBackgroundColor": "#ddd",
- "navigationBarTitleText": "宜家家具",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#ff0000",
- "enablePullDownRefresh": true,
- "backgroundColorTop": "red"
- },
- "tabBar": {
- "color": "#000000",
- "borderStyle": "black",
- "selectedColor": "#00BFFF",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "./image/shouye.png",
- "selectedIconPath": "./image/shouye_selected.png"
- },
- {
- "pagePath": "pages/category/category",
- "text": "分类",
- "iconPath": "./image/category.png",
- "selectedIconPath": "./image/category_selected.png"
- },
- {
- "pagePath": "pages/oders/oders",
- "text": "订单",
- "iconPath": "./image/dingdan.png",
- "selectedIconPath": "./image/dingdan_selected.png"
- },
- {
- "pagePath": "pages/users/users",
- "text": "我的",
- "iconPath": "./image/wd.png",
- "selectedIconPath": "./image/wd_selected.png"
- }
- ]
- }
- }
|