细节优化
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user