From 09c433ab10a65268c027cffcad013c24032a82a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Sat, 27 Dec 2025 10:24:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BE=A7=E8=BE=B9=E6=A0=8F?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E9=A1=B6=E9=83=A8=E8=BE=B9=E7=95=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 顶部限制从10%改为20%屏幕高度 --- pages/index/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/index.js b/pages/index/index.js index f9638e8..b6eaa56 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -152,7 +152,7 @@ Page({ const screenHeight = systemInfo.screenHeight * 2; const btnHeight = 90; - const minTop = screenHeight * 0.1; + const minTop = screenHeight * 0.2; const maxTop = screenHeight * 0.75; if (newTop < minTop) {