BUG修复

This commit is contained in:
kron
2025-11-07 16:42:07 +08:00
parent 738614d724
commit 92cb614c50
2 changed files with 2 additions and 1 deletions

View File

@@ -156,6 +156,7 @@ onBeforeUnmount(() => {
justify-content: center;
margin-top: 10px;
font-size: 28rpx;
word-break: keep-all;
}
.final-shoot > text:nth-child(1) {
width: 20px;

View File

@@ -373,7 +373,7 @@ onHide(() => {
:bluePoint="currentBluePoint"
:redPoint="currentRedPoint"
:roundData="
roundResults[currentRound - 2] ? roundResults[currentRound - 2] : []
roundResults[currentRound - 1] ? roundResults[currentRound - 1] : []
"
:onAutoClose="() => (showRoundTip = false)"
/>