|
@@ -2,7 +2,9 @@
|
|
"pages": [
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/home/home",
|
|
"pages/car/car",
|
|
"pages/car/car",
|
|
- "pages/my/my"
|
|
|
|
|
|
+ "pages/my/my",
|
|
|
|
+ "pages/detail/detail",
|
|
|
|
+ "pages/list/list"
|
|
],
|
|
],
|
|
"window": {
|
|
"window": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTextStyle": "white",
|
|
@@ -15,22 +17,32 @@
|
|
"color": "#000000",
|
|
"color": "#000000",
|
|
"selectedColor": "#ff0000",
|
|
"selectedColor": "#ff0000",
|
|
"backgroundColor": "#ffffff",
|
|
"backgroundColor": "#ffffff",
|
|
- "list": [{
|
|
|
|
- "pagePath": "pages/home/home",
|
|
|
|
- "text": "首页",
|
|
|
|
- "iconPath": "/icon/home.png",
|
|
|
|
- "selectedIconPath": "/icon/home1.png"
|
|
|
|
- }, {
|
|
|
|
- "pagePath": "pages/car/car",
|
|
|
|
- "text": "购物车",
|
|
|
|
- "iconPath": "/icon/shop.png",
|
|
|
|
- "selectedIconPath": "/icon/shop1.png"
|
|
|
|
- }, {
|
|
|
|
- "pagePath": "pages/my/my",
|
|
|
|
- "text": "我的",
|
|
|
|
- "iconPath": "/icon/my.png",
|
|
|
|
- "selectedIconPath": "/icon/my1.png"
|
|
|
|
- }]
|
|
|
|
|
|
+ "list": [
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/home/home",
|
|
|
|
+ "text": "首页",
|
|
|
|
+ "iconPath": "/icon/home.png",
|
|
|
|
+ "selectedIconPath": "/icon/home1.png"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/car/car",
|
|
|
|
+ "text": "购物车",
|
|
|
|
+ "iconPath": "/icon/shop.png",
|
|
|
|
+ "selectedIconPath": "/icon/shop1.png"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/my/my",
|
|
|
|
+ "text": "我的",
|
|
|
|
+ "iconPath": "/icon/my.png",
|
|
|
|
+ "selectedIconPath": "/icon/my1.png"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "networkTimeout": {
|
|
|
|
+ "request": 20000,
|
|
|
|
+ "connectSocket": 20000,
|
|
|
|
+ "uploadFile": 20000,
|
|
|
|
+ "downloadFile": 20000
|
|
},
|
|
},
|
|
"style": "v2",
|
|
"style": "v2",
|
|
"componentFramework": "glass-easel",
|
|
"componentFramework": "glass-easel",
|