Explorar o código

屏蔽系统自带的下拉刷新

zhanghui %!s(int64=2) %!d(string=hai) anos
pai
achega
c97b924fe4
Modificáronse 1 ficheiros con 12 adicións e 6 borrados
  1. 12 6
      pages.json

+ 12 - 6
pages.json

@@ -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
 					}
 				},
 				{