wangliang_wd

feat:优化视频详情展开收起问题

@@ -23,7 +23,9 @@ export struct PlayerTitleView { @@ -23,7 +23,9 @@ export struct PlayerTitleView {
23 isOpenDetail: this.isOpenDetail 23 isOpenDetail: this.isOpenDetail
24 24
25 }), 25 }),
26 - autoCancel: false, 26 + cancel:()=>{
  27 + this.isOpenDetail = !this.isOpenDetail
  28 + },
27 customStyle: true, 29 customStyle: true,
28 alignment: DialogAlignment.Bottom 30 alignment: DialogAlignment.Bottom
29 }) 31 })