123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/shop/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/cart/cart",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "千家地",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "borderStyle": "black",
- "backgroundColor": "#fff",
- "color": "#9A9A9A",
- "selectedColor": "#52A63A",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/images/caizhai.png",
- "selectedIconPath": "static/images/caizhai.png",
- "text": "首页"
- },{
- "pagePath": "pages/shop/index",
- "iconPath": "static/images/caizhai.png",
- "selectedIconPath": "static/images/caizhai.png",
- "text": "商城"
- },{
- "pagePath": "pages/cart/cart",
- "iconPath": "static/images/caizhai.png",
- "selectedIconPath": "static/images/caizhai.png",
- "text": "购物车"
- },{
- "pagePath": "pages/user/index",
- "iconPath": "static/images/caizhai.png",
- "selectedIconPath": "static/images/caizhai.png",
- "text": "个人"
- }
- ]
- }
- }
|