ソースを参照

feat:排行榜

st 2 ヶ月 前
コミット
2eef556e8b
1 ファイル変更1 行追加0 行削除
  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>