From cf8d6135ff3360b607bef9568a695fc81fa7bf7f Mon Sep 17 00:00:00 2001 From: chenlimao Date: Tue, 12 May 2026 10:46:27 +0800 Subject: [PATCH] =?UTF-8?q?bug=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=A4=A7?= =?UTF-8?q?=E4=B9=B1=E6=96=97=E5=89=8D6=E7=AE=AD=E4=B8=8D=E5=B0=84?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E5=88=86=E6=95=B0=E5=9D=97=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E9=94=99=E4=B9=B1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PlayerScore.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PlayerScore.vue b/src/components/PlayerScore.vue index 08931a6..54fea32 100644 --- a/src/components/PlayerScore.vue +++ b/src/components/PlayerScore.vue @@ -43,7 +43,7 @@ const rowCount = new Array(6).fill(0); {{ - scores[1] && scores[1][index] ? `${scores[0][index].ring}环` : "-" + scores[1] && scores[1][index] ? `${scores[1][index].ring}环` : "-" }}