|
@@ -49,7 +49,8 @@
|
|
|
"pages": [{
|
|
|
"path": "goodList",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "商品列表"
|
|
|
+ "navigationBarTitleText": "商品列表",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
}, {
|
|
|
"path": "goodForm",
|
|
@@ -90,7 +91,8 @@
|
|
|
"pages": [{
|
|
|
"path": "orderList",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "订单列表"
|
|
|
+ "navigationBarTitleText": "订单列表",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
}, {
|
|
|
"path": "orderDetail",
|
|
@@ -115,7 +117,8 @@
|
|
|
}, {
|
|
|
"path": "messageList",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "留言板"
|
|
|
+ "navigationBarTitleText": "留言板",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
}, {
|
|
|
"path": "messageForm",
|
|
@@ -123,19 +126,21 @@
|
|
|
"navigationBarTitleText": "发布留言"
|
|
|
}
|
|
|
}, {
|
|
|
- "path": "couponForm",
|
|
|
+ "path": "couponList",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "我的优惠券"
|
|
|
+ "navigationBarTitleText": "我的优惠券",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
}, {
|
|
|
- "path": "couponList",
|
|
|
+ "path": "couponForm",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "发放优惠券"
|
|
|
}
|
|
|
}, {
|
|
|
"path": "authorizeList",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "授权列表"
|
|
|
+ "navigationBarTitleText": "授权列表",
|
|
|
+ "enablePullDownRefresh":true
|
|
|
}
|
|
|
}, {
|
|
|
"path": "authorizeForm",
|