xugenyuan

ref |> 视频播放,点击评论按钮,播放区域上推,点击播放区,评论弹窗应自动关闭

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
... ... @@ -24,7 +24,10 @@ export struct CommentListDialogView {
pageInfo: this.pageInfo,
onClose: this.onClose
}),
autoCancel: false,
autoCancel: true,
cancel: () => {
PublicDialogManager.shareInstance().closeDialog(this.dialogController)
},
customStyle: true,
alignment: DialogAlignment.Bottom,
})
... ...