st 2 mēneši atpakaļ
vecāks
revīzija
2eef556e8b
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/pages/trophy/index.vue

+ 1 - 0
src/pages/trophy/index.vue

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