|
@@ -5,7 +5,8 @@
|
|
|
"pages": [{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "首页"
|
|
|
+ "navigationBarTitleText": "首页",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
}, {
|
|
|
"path": "pages/index/login",
|
|
@@ -16,19 +17,22 @@
|
|
|
{
|
|
|
"path": "pages/shop/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "商城"
|
|
|
+ "navigationBarTitleText": "商城",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/cart/cart",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "购物车"
|
|
|
+ "navigationBarTitleText": "购物车",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/user/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "个人"
|
|
|
+ "navigationBarTitleText": "个人",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
}
|
|
|
],
|
|
@@ -42,7 +46,8 @@
|
|
|
}, {
|
|
|
"path": "goodList",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "商品列表"
|
|
|
+ "navigationBarTitleText": "商品列表",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
}, {
|
|
|
"path": "shopDetails",
|
|
@@ -62,12 +67,14 @@
|
|
|
}, {
|
|
|
"path": "evaluateList",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "评价列表"
|
|
|
+ "navigationBarTitleText": "评价列表",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
}, {
|
|
|
"path": "videoList",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "直播大厅"
|
|
|
+ "navigationBarTitleText": "直播大厅",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
}, {
|
|
|
"path": "liveDetail",
|
|
@@ -95,12 +102,14 @@
|
|
|
"pages": [{
|
|
|
"path": "plantList",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "我的种植"
|
|
|
+ "navigationBarTitleText": "我的种植",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
}, {
|
|
|
"path": "entrustList",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "委托列表"
|
|
|
+ "navigationBarTitleText": "委托列表",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
}, {
|
|
|
"path": "entrustForm",
|
|
@@ -110,7 +119,8 @@
|
|
|
}, {
|
|
|
"path": "addressList",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "我的地址"
|
|
|
+ "navigationBarTitleText": "我的地址",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
}, {
|
|
|
"path": "addressForm",
|
|
@@ -120,18 +130,21 @@
|
|
|
}, {
|
|
|
"path": "couponList",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "我的优惠券"
|
|
|
+ "navigationBarTitleText": "我的优惠券",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
}, {
|
|
|
"path": "integralList",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "我的积分"
|
|
|
+ "navigationBarTitleText": "我的积分",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
}, {
|
|
|
"path": "orderList",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "订单中心",
|
|
|
- "backgroundColor": "#f7f7f7"
|
|
|
+ "backgroundColor": "#f7f7f7",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
}, {
|
|
|
"path": "orderDetail",
|
|
@@ -151,7 +164,8 @@
|
|
|
}, {
|
|
|
"path": "messageList",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "留言列表"
|
|
|
+ "navigationBarTitleText": "留言列表",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
}, {
|
|
|
"path": "messageForm",
|