- 顶部限制从10%改为20%屏幕高度
@ -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) {