From a520421ce49ddac8d829d4865d086c8dacb6fee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Wed, 17 Jan 2024 11:00:13 +0800 Subject: [PATCH] cont. --- src/forge/Information/Component/comments/list.jsx | 2 +- src/forge/Information/Pages/newsDetail.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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())}}/>
}