12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/shop/index",
- "style": {
- "navigationBarTitleText": "商城"
- }
- },
- {
- "path": "pages/cart/cart",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "个人"
- }
- }
- ],
- "subPackages": [{
- "root": "pagesGood",
- "pages": [{
- "path": "goodDetails",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- }, {
- "path": "goodList",
- "style": {
- "navigationBarTitleText": "商品列表"
- }
- }, {
- "path": "shopDetails",
- "style": {
- "navigationBarTitleText": "商铺详情"
- }
- }, {
- "path": "orderPay",
- "style": {
- "navigationBarTitleText": "填写订单"
- }
- }, {
- "path": "videoList",
- "style": {
- "navigationBarTitleText": "直播大厅"
- }
- }]
- },{
"root": "pagesOrder",
"pages": [{
"path": "index",
"style": {
"navigationBarTitleText": "我的订单"
}
}]
}],
- "globalStyle": {
- "navigationStyle": "default",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "千家地",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "borderStyle": "black",
- "backgroundColor": "#fff",
- "color": "#9A9A9A",
- "selectedColor": "#52A63A",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/images/icon-index.png",
- "selectedIconPath": "static/images/icon-index-active.png",
- "text": "首页"
- },{
- "pagePath": "pages/shop/index",
- "iconPath": "static/images/icon-shop.png",
- "selectedIconPath": "static/images/icon-shop-active.png",
- "text": "商城"
- },{
- "pagePath": "pages/cart/cart",
- "iconPath": "static/images/icon-cart.png",
- "selectedIconPath": "static/images/icon-cart-active.png",
- "text": "购物车"
- },{
- "pagePath": "pages/user/index",
- "iconPath": "static/images/icon-mine.png",
- "selectedIconPath": "static/images/icon-mine-active.png",
- "text": "个人"
- }
- ]
- }
- }
|