Procházet zdrojové kódy

屏蔽系统自带的下拉刷新

zhanghui před 2 roky
rodič
revize
c97b924fe4
1 změnil soubory, kde provedl 12 přidání a 6 odebrání
  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
 					}
 				},
 				{