From 33df45788e5b72a2890833127bc4cbf4ce97baf1 Mon Sep 17 00:00:00 2001 From: amypeng Date: Mon, 8 Jun 2026 09:56:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E7=AB=AF=E6=8E=A5=E5=8F=A3=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 后端接口调整 --- src/forge/Information/Pages/scoreDetail.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/forge/Information/Pages/scoreDetail.jsx b/src/forge/Information/Pages/scoreDetail.jsx index 33a45ae79..9480291f9 100644 --- a/src/forge/Information/Pages/scoreDetail.jsx +++ b/src/forge/Information/Pages/scoreDetail.jsx @@ -78,18 +78,18 @@ function scoreDetail(props){ {list.map((item, index) => ( {item.createTime} - {item.event?.subject}

{item.subjectDesc}

+ {item.subject}

{item.subjectDesc}

{item.pointsShow?.pointsTxt} {item.pointsShow?.status} - {item.event?.reason} + {item.reason} { - item.event?.replyContent && + item.replyContent &&
- 管理员:{item.event?.replyContent} + 管理员:{item.replyContent}
}