|
|
|
@ -59,8 +59,14 @@ const _origin = window.location.origin;
|
|
|
|
|
currentPage
|
|
|
|
|
comments
|
|
|
|
|
|
|
|
|
|
buttonText 发送按钮 显示文本
|
|
|
|
|
|
|
|
|
|
showRewardButton 是否显示奖励按钮
|
|
|
|
|
showHiddenButton 是否显示隐藏按钮
|
|
|
|
|
|
|
|
|
|
onlySuperAdminCouldHide 只有超级管理员才显示隐藏、取消隐藏
|
|
|
|
|
isChildCommentPagination 是否子回复分页
|
|
|
|
|
loadMoreChildComments function 加载所有子回复
|
|
|
|
|
|
|
|
|
|
接口
|
|
|
|
|
deleteComment 删除
|
|
|
|
@ -402,6 +408,7 @@ class Comments extends Component {
|
|
|
|
|
</Tooltip>
|
|
|
|
|
</span>
|
|
|
|
|
</p>
|
|
|
|
|
{/* __useKindEditor暂时没用到了,TODO 可以去掉 */}
|
|
|
|
|
{ window.__useKindEditor ? <CommentItemKEEditor showReplyEditorFlag={showReplyEditorFlag}
|
|
|
|
|
currentReplyComment={currentReplyComment}
|
|
|
|
|
item={item}
|
|
|
|
|