From 64eb4b921ccca6edefb1ed4a6f5417a3e16ded42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B2=E8=BE=B0=E7=94=9F=E4=BA=A7?= Date: Sat, 11 Apr 2026 22:24:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=84=E7=BA=A7=E5=88=86?= =?UTF-8?q?=E6=95=B0=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/News.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/News.jsx b/frontend/src/pages/News.jsx index 4beeeef..65e4908 100644 --- a/frontend/src/pages/News.jsx +++ b/frontend/src/pages/News.jsx @@ -690,7 +690,7 @@ export default function News() { const platform = platformMatch ? platformMatch[1].trim() : '-' const seller = sellerMatch ? sellerMatch[1].trim() : '-' const dealDate = dateMatch ? dateMatch[1].trim() : item.deal_date || '-' - const grade = gradeMatch ? gradeMatch[1].trim() : '' + const grade = gradeMatch ? gradeMatch[1].trim() : (item.grading_score || '') const gradingCompany = item.grading_company || '' const serial = (item.title || '').split('-')[0] || ''