wangliang_wd

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

... ... @@ -350,7 +350,7 @@ export struct ENewspaperListDialog {
}
onCloseGestureDialog() {
if (this.topHeight >= this.deviceHeight) {
if (this.topHeight - this.topFixedHeight >= 15) {
if (this.closeDialog) {
this.closeDialog()
}
... ...