소스 검색

[bug]
1、取消系统级下拉刷新

Neo 1 년 전
부모
커밋
09fdb2fa14
1개의 변경된 파일22개의 추가작업 그리고 19개의 파일을 삭제
  1. 22 19
      pages.json

+ 22 - 19
pages.json

@@ -6,31 +6,31 @@
             "style" : {
                 "navigationBarTitleText" : "",
                 "enablePullDownRefresh" : false,
-                "navigationStyle" : "custom",
-								"enablePullDownRefresh" : true
+                "navigationStyle" : "custom"
+								// "enablePullDownRefresh" : true
             }
         },
         {
             "path" : "pages/index/index",
             "style" : {
                 // "navigationBarTitleText": "uni-app",
-                "navigationStyle" : "custom",
-								"app-plus": {
-									"pullToRefresh": {
-										"support": true,
-										"color": "#ff3333",
-										"style": "default",
-										"contentdown": {
-											"caption": "下拉获取最新数据"
-										},
-										"contentover": {
-											"caption": "释放下拉获取最新数据"
-										},
-										"contentrefresh": {
-											"caption": "正在下拉获取最新数据"
-										}
-									}
-								}
+                "navigationStyle" : "custom"
+								// "app-plus": {
+								// 	"pullToRefresh": {
+								// 		"support": true,
+								// 		"color": "#ff3333",
+								// 		"style": "default",
+								// 		"contentdown": {
+								// 			"caption": "下拉获取最新数据"
+								// 		},
+								// 		"contentover": {
+								// 			"caption": "释放下拉获取最新数据"
+								// 		},
+								// 		"contentrefresh": {
+								// 			"caption": "正在下拉获取最新数据"
+								// 		}
+								// 	}
+								// }
             }
         },
         {
@@ -72,6 +72,9 @@
         "rpxCalcBaseDeviceWidth" : 686
     },
     "uniIdRouter" : {},
+		"window": {
+			"navigationStyle" : "custom"
+		},
     "condition" : {
         //模式配置,仅开发期间生效
         "current" : 0, //当前激活的模式(list 的索引项)