From dade2e2491f1051e98c30886bdc7a396b64bcdae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E9=87=8E?= Date: Tue, 27 Jan 2026 22:15:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E5=B8=83=E9=A1=B5?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/publish_pages/publishBall/index.config.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/publish_pages/publishBall/index.config.ts b/src/publish_pages/publishBall/index.config.ts index 74ddf4b..8ef482a 100644 --- a/src/publish_pages/publishBall/index.config.ts +++ b/src/publish_pages/publishBall/index.config.ts @@ -1,3 +1,5 @@ export default definePageConfig({ - navigationStyle: 'custom' -}) + navigationStyle: 'custom', + // 禁止原生页面滚动,改用内部自定义滚动容器,避免顶部/底部回弹后中间无法继续滚动的问题 + disableScroll: true, +})