邹能昇 4 달 전
부모
커밋
2b65092c71
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nova-tourism/components/homestay/index.js

+ 1 - 1
nova-tourism/components/homestay/index.js

@@ -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,