|
@@ -237,49 +237,49 @@
|
|
|
}
|
|
|
],
|
|
|
"subPackages": [
|
|
|
- {
|
|
|
- "root": "extend",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
- "path": "pages/register/register",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "注册",
|
|
|
- "navigationStyle":"custom"
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ],
|
|
|
- "tabBar": {
|
|
|
- "height":"80",
|
|
|
- "color": "#999999",
|
|
|
- "selectedColor": "#E15616",
|
|
|
- "borderStyle": "black",
|
|
|
- "backgroundColor": "#ffffff",
|
|
|
- "list": [{
|
|
|
- "pagePath": "pages/tabBar/home/home",
|
|
|
- "iconPath": "static/icon-home@3x.png",
|
|
|
- "selectedIconPath": "static/icon-home-active@3x.png",
|
|
|
- "text": "商城"
|
|
|
- },{
|
|
|
- "pagePath": "pages/tabBar/category/category",
|
|
|
- "iconPath": "static/icon-sort@3x.png",
|
|
|
- "selectedIconPath": "static/icon-sort-active@3x.png",
|
|
|
- "text": "分类"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/tabBar/cart/cart",
|
|
|
- "iconPath": "static/icon-cart@3x.png",
|
|
|
- "selectedIconPath": "static/icon-cart-active@3x.png",
|
|
|
- "text": "购物车"
|
|
|
- },
|
|
|
+ {
|
|
|
+ "root": "extend",
|
|
|
+ "pages": [
|
|
|
{
|
|
|
- "pagePath": "pages/tabBar/user/user",
|
|
|
- "iconPath": "static/icon-user@3x.png",
|
|
|
- "selectedIconPath": "static/icon-user-active@3x.png",
|
|
|
- "text": "我的"
|
|
|
+ "path": "pages/register/register",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "注册",
|
|
|
+ "navigationStyle":"custom"
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "tabBar": {
|
|
|
+ "height":"80",
|
|
|
+ "color": "#999999",
|
|
|
+ "selectedColor": "#E15616",
|
|
|
+ "borderStyle": "black",
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/tabBar/home/home",
|
|
|
+ "iconPath": "static/icon-home@3x.png",
|
|
|
+ "selectedIconPath": "static/icon-home-active@3x.png",
|
|
|
+ "text": "商城"
|
|
|
+ },{
|
|
|
+ "pagePath": "pages/tabBar/category/category",
|
|
|
+ "iconPath": "static/icon-sort@3x.png",
|
|
|
+ "selectedIconPath": "static/icon-sort-active@3x.png",
|
|
|
+ "text": "分类"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/tabBar/cart/cart",
|
|
|
+ "iconPath": "static/icon-cart@3x.png",
|
|
|
+ "selectedIconPath": "static/icon-cart-active@3x.png",
|
|
|
+ "text": "购物车"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/tabBar/user/user",
|
|
|
+ "iconPath": "static/icon-user@3x.png",
|
|
|
+ "selectedIconPath": "static/icon-user-active@3x.png",
|
|
|
+ "text": "我的"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"globalStyle": {
|
|
|
"navigationBarTextStyle": "black",
|