|
@@ -53,7 +53,7 @@ Component({
|
|
|
const bottomNavHeight = systemInfo.screenHeight - systemInfo.safeArea.bottom || 0;
|
|
|
|
|
|
const contentHeight = (screenHeight - bottomNavHeight - 50 - statusBarHeight - customHeight) * 750 / systemInfo.windowWidth;
|
|
|
- const topheight = (statusBarHeight + customHeight-2 )* 750 / systemInfo.windowWidth
|
|
|
+ const topheight = (statusBarHeight + customHeight )* 750 / systemInfo.windowWidth
|
|
|
this.setData({
|
|
|
statusBarHeight,
|
|
|
screenHeight,
|