细节优化

This commit is contained in:
kron
2025-07-30 10:25:58 +08:00
parent 1e4ce52a93
commit d7306db2dd
5 changed files with 40 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ const onPractiseLoading = async (page) => {
<Container title="我的成长脚印" overflow="hidden">
<view class="tabs">
<view
v-for="(rankType, index) in ['排位赛', '好友约战', '箭馆练习']"
v-for="(rankType, index) in ['排位赛', '好友约战', '个人练习']"
:key="index"
:style="{
color: index === selectedIndex ? '#000' : '#fff',