1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "pages": [
- "pages/login/login",
- "pages/index/index",
- "pages/discover/discover",
- "pages/shopCart/shopCart",
- "pages/person/person",
- "pages/details/details"
- ],
- "window": {
- "backgroundTextStyle": "dark",
- "navigationBarBackgroundColor": "#FF6760",
- "navigationBarTitleText": "熊猫美妆",
- "navigationBarTextStyle": "white"
- },
- "tabBar": {
- "selectedColor": "#FF6760",
- "backgroundColor": "#ffffff",
- "borderStyle": "black",
- "list": [
- {
- "iconPath": "./image/tabbar/tabbar_home_default@2x.png",
- "selectedIconPath": "./image/tabbar/tabbar_home_hight@2x.png",
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "iconPath": "./image/tabbar/tabbar_shopguide_default@2x.png",
- "selectedIconPath": "./image/tabbar/tabbar_shopguide_hight@2x.png",
- "pagePath": "pages/discover/discover",
- "text": "发现"
- },
- {
- "iconPath": "./image/tabbar/tabbar_shopcar_default@2x.png",
- "selectedIconPath": "./image/tabbar/tabbar_shopcar_hight@2x.png",
- "pagePath": "pages/shopCart/shopCart",
- "text": "购物车"
- },
- {
- "iconPath": "./image/tabbar/tabbar_set_default@2x.png",
- "selectedIconPath": "./image/tabbar/tabbar_set_hight@2x.png",
- "pagePath": "pages/person/person",
- "text": "我"
- }
- ]
- }
- }
|