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}环` : "-" }}