Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -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 | } |
-
Please register or login to post a comment