|
|
@ -152,7 +152,7 @@ Page({ |
|
|
const screenHeight = systemInfo.screenHeight * 2; |
|
|
const screenHeight = systemInfo.screenHeight * 2; |
|
|
const btnHeight = 90; |
|
|
const btnHeight = 90; |
|
|
|
|
|
|
|
|
const minTop = screenHeight * 0.1; |
|
|
const minTop = screenHeight * 0.2; |
|
|
const maxTop = screenHeight * 0.75; |
|
|
const maxTop = screenHeight * 0.75; |
|
|
|
|
|
|
|
|
if (newTop < minTop) { |
|
|
if (newTop < minTop) { |
|
|
|