issues25489
hjm 6 years ago
parent 636d279656
commit 14e87a490f

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

Loading…
Cancel
Save