细节完善

This commit is contained in:
kron
2025-08-21 09:36:00 +08:00
parent 70b3a25369
commit d9c9319d24
3 changed files with 15 additions and 6 deletions

View File

@@ -150,7 +150,7 @@ onMounted(async () => {
}}</text>
<text :style="{ opacity: expand ? 0 : 1 }" v-if="itemIndex === 3">{{
selectedIndex !== -1 && secondSelectIndex !== -1
? `${selectedIndex + 1}/${groupArrows[secondSelectIndex]}`
? `${selectedIndex}/${groupArrows[secondSelectIndex]}`
: itemTexts[itemIndex]
}}</text>
</block>