Showing
1 changed file
with
0 additions
and
3 deletions
| @@ -90,9 +90,6 @@ export struct SpacialTopicPageComponent { | @@ -90,9 +90,6 @@ 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 | - } | ||
| 96 | this.trySendData2H5() | 93 | this.trySendData2H5() |
| 97 | } | 94 | } |
| 98 | } | 95 | } |
-
Please register or login to post a comment