1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "pages": [
- "pages/index/index",
- "pages/discover/discover",
- "pages/shopCart/shopCart",
- "pages/person/person",
- "pages/details/details",
- "pages/webView/webView",
- "pages/special/special",
- "pages/brand/brand",
- "pages/comments/comments",
- "pages/search/search",
- "pages/confirmOrder/confirmOrder",
- "pages/order_tabs/orderTabs",
- "pages/address/address",
- "pages/addAddress/addAddress",
- "pages/orderPaySn/orderPaySn"
- ],
- "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": "我"
- }
- ]
- }
- }
|