|
@@ -1,6 +1,5 @@
|
|
|
{
|
|
|
- "pages": [
|
|
|
- {
|
|
|
+ "pages": [{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "首页"
|
|
@@ -19,18 +18,25 @@
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
- "subPackages": [
|
|
|
- {
|
|
|
- "root": "pagesGood",
|
|
|
- "pages": [{
|
|
|
- "path": "goodDetails",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "商品详情"
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ],
|
|
|
+ "subPackages": [{
|
|
|
+ "root": "pagesGood",
|
|
|
+ "pages": [{
|
|
|
+ "path": "goodDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品详情"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "goodList",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品列表"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "shopDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商铺详情"
|
|
|
+ }
|
|
|
+ }]
|
|
|
+ }],
|
|
|
"globalStyle": {
|
|
|
"navigationStyle": "default",
|
|
|
"navigationBarTextStyle": "black",
|
|
@@ -44,21 +50,20 @@
|
|
|
"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/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": "购物车"
|
|
|
+ }]
|
|
|
}
|
|
|
}
|