wangliang_wd

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

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