Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -90,6 +90,9 @@ export struct SpacialTopicPageComponent { | @@ -90,6 +90,9 @@ export struct SpacialTopicPageComponent { | ||
| 90 | this.publishCommentModel.targetType = String(this.contentDetailData?.newsType || '') | 90 | this.publishCommentModel.targetType = String(this.contentDetailData?.newsType || '') |
| 91 | this.publishCommentModel.visitorComment = String(this.contentDetailData?.visitorComment || '') | 91 | this.publishCommentModel.visitorComment = String(this.contentDetailData?.visitorComment || '') |
| 92 | // } | 92 | // } |
| 93 | + if (this.contentDetailData[0]?.openComment) { | ||
| 94 | + this.operationButtonList = ['collect', 'share'] | ||
| 95 | + } | ||
| 93 | this.trySendData2H5() | 96 | this.trySendData2H5() |
| 94 | } | 97 | } |
| 95 | } | 98 | } |
-
Please register or login to post a comment