修复评级分数显示

This commit is contained in:
甲辰生产 2026-04-11 22:24:44 +08:00
parent 238383d3d8
commit 64eb4b921c
1 changed files with 1 additions and 1 deletions

View File

@ -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] || ''