|
|
@@ -13,31 +13,36 @@
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/orderMeal/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "点单"
|
|
|
+ "navigationBarTitleText": "点单",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/qrCode/index",
|
|
|
"style": {
|
|
|
- "navigationStyle": "custom"
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/order/index",
|
|
|
"style": {
|
|
|
- "navigationStyle": "custom"
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/my/index",
|
|
|
"style": {
|
|
|
- "navigationStyle": "custom"
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
@@ -267,7 +272,8 @@
|
|
|
{
|
|
|
"path": "TermsOfService/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
{
|