diff --git a/src/forge/Information/Component/comments/list.jsx b/src/forge/Information/Component/comments/list.jsx index 3cc1f286f..4014063d4 100644 --- a/src/forge/Information/Component/comments/list.jsx +++ b/src/forge/Information/Component/comments/list.jsx @@ -109,7 +109,7 @@ function IssueCommentList(props){ } return( -
+ (isPhone() && journalsCount === 0) ? '' :
{/* 评论 */}
0 && 'pb15'}`}>
diff --git a/src/forge/Information/Pages/newsDetail.jsx b/src/forge/Information/Pages/newsDetail.jsx index 41b59abc3..64c386fa4 100644 --- a/src/forge/Information/Pages/newsDetail.jsx +++ b/src/forge/Information/Pages/newsDetail.jsx @@ -118,7 +118,7 @@ function NewsDetail(props){
{ // 审核通过才有评论 - detail.auditStatus === '1' &&
+ detail.auditStatus === '1' &&
{setCommentReload(Math.random())}}/>
}