123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "pages": [
- "pages/index/index",
- "pages/login/login",
- "pages/discover/discover",
- "pages/shopCart/shopCart",
- "pages/person/person",
- "pages/details/details",
- "pages/webView/webView",
- "pages/special/special",
- "pages/brand/brand",
- "pages/comments/comments"
- ],
- "window": {
- "backgroundTextStyle": "dark",
- "navigationBarBackgroundColor": "#eb4e4f",
- "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": "我"
- }
- ]
- }
- }
|