Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -117,6 +117,7 @@ export struct CommentTabComponent { | @@ -117,6 +117,7 @@ export struct CommentTabComponent { | ||
| 117 | } | 117 | } |
| 118 | .height(30) | 118 | .height(30) |
| 119 | .onClick(() => { | 119 | .onClick(() => { |
| 120 | + if(this.contentDetail.appstyle === 9) return | ||
| 120 | this.onCommentFocus && this.onCommentFocus() | 121 | this.onCommentFocus && this.onCommentFocus() |
| 121 | 122 | ||
| 122 | this.publishCommentModel.rootCommentId = '-1'; | 123 | this.publishCommentModel.rootCommentId = '-1'; |
-
Please register or login to post a comment