@@ -237,6 +237,7 @@ const teamInviteCompetitionRankingFn = async () => {
}
onShow(async () => {
+ activeTab.value = 'one'
await goldCoinCompetitionRankingFn()
})
</script>