Showing
1 changed file
with
8 additions
and
8 deletions
| @@ -204,14 +204,14 @@ export struct SpacialTopicPageComponent { | @@ -204,14 +204,14 @@ export struct SpacialTopicPageComponent { | ||
| 204 | this.showCommentList = true | 204 | this.showCommentList = true |
| 205 | } | 205 | } |
| 206 | }) | 206 | }) |
| 207 | - //全部评论 | ||
| 208 | - CommentDialogView({ | ||
| 209 | - index: $index, | ||
| 210 | - currentIndex: $currentIndex, | ||
| 211 | - showCommentList: $showCommentList, | ||
| 212 | - publishCommentModel: $publishCommentModel, | ||
| 213 | - interactData: $interactData, | ||
| 214 | - }) | 207 | + // //全部评论 |
| 208 | + // CommentDialogView({ | ||
| 209 | + // index: $index, | ||
| 210 | + // currentIndex: $currentIndex, | ||
| 211 | + // showCommentList: $showCommentList, | ||
| 212 | + // publishCommentModel: $publishCommentModel, | ||
| 213 | + // interactData: $interactData, | ||
| 214 | + // }) | ||
| 215 | } | 215 | } |
| 216 | }.width(CommonConstants.FULL_WIDTH).height(CommonConstants.FULL_HEIGHT) | 216 | }.width(CommonConstants.FULL_WIDTH).height(CommonConstants.FULL_HEIGHT) |
| 217 | } | 217 | } |
-
Please register or login to post a comment