瀏覽代碼

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>