فهرست منبع

屏蔽系统自带的下拉刷新

zhanghui 2 سال پیش
والد
کامیت
c97b924fe4
1فایلهای تغییر یافته به همراه12 افزوده شده و 6 حذف شده
  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
 					}
 				},
 				{