zhenghy

fix:to 评论遮盖页面导致无法交互

@@ -29,6 +29,7 @@ export struct CommentDialogView { @@ -29,6 +29,7 @@ export struct CommentDialogView {
29 } 29 }
30 30
31 build() { 31 build() {
  32 + if(this.innerShowComment){
32 CommentListDialogView({ 33 CommentListDialogView({
33 showCommentList: this.innerShowComment, 34 showCommentList: this.innerShowComment,
34 contentDetailData: this.contentDetailData, 35 contentDetailData: this.contentDetailData,
@@ -43,4 +44,5 @@ export struct CommentDialogView { @@ -43,4 +44,5 @@ export struct CommentDialogView {
43 onHeightDidChange: this.onHeightDidChange 44 onHeightDidChange: this.onHeightDidChange
44 }) 45 })
45 } 46 }
  47 + }
46 } 48 }