Browse Source

feat:排行榜

st 2 tháng trước cách đây
mục cha
commit
2eef556e8b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>