From 0bfa1e508d9218e8d812c22bf2dccfe96c4f4f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Fri, 7 Apr 2023 17:40:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E9=80=9F=E6=B7=BB=E5=8A=A0=E8=AF=84?= =?UTF-8?q?=E8=AE=BA=E5=85=A5=E5=8F=A3=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Issues/Component/comments/list.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/forge/Issues/Component/comments/list.jsx b/src/forge/Issues/Component/comments/list.jsx index 4e13a8569..b59a1ec8a 100644 --- a/src/forge/Issues/Component/comments/list.jsx +++ b/src/forge/Issues/Component/comments/list.jsx @@ -110,9 +110,9 @@ function IssueCommentList(props){ return(
{/* 全部 / 评论 / 操作日志 */} -
+
0 && 'pb15'}`}>
- {setSpin(true);setPage(1);setCategory(e.target.value)}} value={category}> + {setSpin(true);setPage(1);setCategory(e.target.value);history.push(history.pathname)}} value={category}> 评论{journalsCount} 操作日志 全部 @@ -120,7 +120,7 @@ function IssueCommentList(props){
{/* 评论快速入口-仅有评论且登录时展示 */} - {login && journalsCount > 0 &&
点击添加评论
} + {login && category !== 'operate' && journalsCount > 0 &&
0 && 'pt15'}`}>
点击添加评论
} {/* 评论/操作日志 展示列表 */}