wangliang_wd

feat:优化电子报下滑关闭窗口问题

@@ -45,7 +45,7 @@ export struct ENewspaperListDialog { @@ -45,7 +45,7 @@ export struct ENewspaperListDialog {
45 public closeDialog?: () => void 45 public closeDialog?: () => void
46 // 手势滑动相关 46 // 手势滑动相关
47 private panOption: PanGestureOptions = new PanGestureOptions({ direction: PanDirection.Up | PanDirection.Down }) 47 private panOption: PanGestureOptions = new PanGestureOptions({ direction: PanDirection.Up | PanDirection.Down })
48 - private topFixedHeight = 124 48 + private topFixedHeight = 204
49 @State topHeight: number = 204 49 @State topHeight: number = 204
50 private deviceHeight: number = 0 50 private deviceHeight: number = 0
51 51