diff --git a/public/react/src/modules/comment/Comments.js b/public/react/src/modules/comment/Comments.js index 20f48cd92..711ece6fa 100644 --- a/public/react/src/modules/comment/Comments.js +++ b/public/react/src/modules/comment/Comments.js @@ -323,11 +323,14 @@ class Comments extends Component {
- { item.hidden && ((this.props.onlySuperAdminCouldHide && !item.isSuperAdmin) + {/* 改成后端返回了的,都是要显示的,不管hidden的值是true还是false */} + + {/* { item.hidden && ((this.props.onlySuperAdminCouldHide && !item.isSuperAdmin) || !this.props.onlySuperAdminCouldHide && item.admin === false && (item.manager === false || item.manager == undefined)) ?

违规评论已被屏蔽!

- :
- } + : */} +
+ {/* } */}