|
@@ -101,40 +101,56 @@
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
"backgroundColor": "#222"
|
|
|
},
|
|
|
- "uniIdRouter": {},
|
|
|
- "tabBar": {
|
|
|
- "color": "#333333",
|
|
|
- "selectedColor": "#F83224",
|
|
|
- "list": [{
|
|
|
- "iconPath": "static/express1.png",
|
|
|
- "selectedIconPath": "static/express2.png",
|
|
|
- "text": "跨境速递",
|
|
|
- "pagePath": "pages/express/express"
|
|
|
- },
|
|
|
- {
|
|
|
- "iconPath": "static/index1.png",
|
|
|
- "selectedIconPath": "static/index2.png",
|
|
|
- "text": "商城",
|
|
|
- "pagePath": "pages/index/index"
|
|
|
- },
|
|
|
- {
|
|
|
- "iconPath": "static/shop.png",
|
|
|
- "selectedIconPath": "static/shop.png",
|
|
|
- "text": "购",
|
|
|
- "pagePath": "pages/shopping/shopping"
|
|
|
- },
|
|
|
- {
|
|
|
- "iconPath": "static/cart1.png",
|
|
|
- "selectedIconPath": "static/cart2.png",
|
|
|
- "text": "购物车",
|
|
|
- "pagePath": "pages/cart/cart"
|
|
|
- },
|
|
|
- {
|
|
|
- "iconPath": "static/mine1.png",
|
|
|
- "selectedIconPath": "static/mine2.png",
|
|
|
- "text": "我的",
|
|
|
- "pagePath": "pages/mine/mine"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
+ "uniIdRouter": {}
|
|
|
+ // "tabBar": {
|
|
|
+ // // "color": "#333333",
|
|
|
+ // // "selectedColor": "#F83224",
|
|
|
+ // // "list": [{
|
|
|
+ // // "iconPath": "static/express1.png",
|
|
|
+ // // "selectedIconPath": "static/express2.png",
|
|
|
+ // // "text": "跨境速递",
|
|
|
+ // // "pagePath": "pages/express/express"
|
|
|
+ // // },
|
|
|
+ // // {
|
|
|
+ // // "iconPath": "static/index1.png",
|
|
|
+ // // "selectedIconPath": "static/index2.png",
|
|
|
+ // // "text": "商城",
|
|
|
+ // // "pagePath": "pages/index/index"
|
|
|
+ // // },
|
|
|
+ // // {
|
|
|
+ // // "iconPath": "static/shop.png",
|
|
|
+ // // "selectedIconPath": "static/shop.png",
|
|
|
+ // // "text": "购",
|
|
|
+ // // "pagePath": "pages/shopping/shopping"
|
|
|
+ // // },
|
|
|
+ // // {
|
|
|
+ // // "iconPath": "static/cart1.png",
|
|
|
+ // // "selectedIconPath": "static/cart2.png",
|
|
|
+ // // "text": "购物车",
|
|
|
+ // // "pagePath": "pages/cart/cart"
|
|
|
+ // // },
|
|
|
+ // // {
|
|
|
+ // // "iconPath": "static/mine1.png",
|
|
|
+ // // "selectedIconPath": "static/mine2.png",
|
|
|
+ // // "text": "我的",
|
|
|
+ // // "pagePath": "pages/mine/mine"
|
|
|
+ // // }
|
|
|
+ // // ]
|
|
|
+ // "list": [{
|
|
|
+ // "pagePath": "pages/express/express"
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // "pagePath": "pages/index/index"
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // "pagePath": "pages/shopping/shopping"
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // "pagePath": "pages/cart/cart"
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // "pagePath": "pages/mine/mine"
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // }
|
|
|
}
|