From 57423a28305114277b66855d8348fd0b8cd602a4 Mon Sep 17 00:00:00 2001 From: liguigong Date: Thu, 9 Oct 2025 18:42:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(report):=20=E7=A6=81=E7=94=A8=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E9=A1=B5=E9=9D=A2=E4=B8=8B=E6=8B=89=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 pages.json 中报告页面的 enablePullDownRefresh 设置为 false - 禁止用户通过下拉手势触发电脑端页面刷新 - 防止因误操作导致的数据重复加载或界面异常 --- pages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.json b/pages.json index 094fedd..bc96e4a 100644 --- a/pages.json +++ b/pages.json @@ -51,7 +51,7 @@ "path": "pages/report/index", "style": { "navigationBarTitleText": "报告", - "enablePullDownRefresh": true + "enablePullDownRefresh": false }, "meta": { "sync": true,