408249787@qq.com 6 日 前
コミット
b3fc4f98c9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pages/catalog/index.uvue

+ 1 - 1
pages/catalog/index.uvue

@@ -27,7 +27,7 @@ async function getDataList() {
   handleSelect(catalog.value)
   // courseList.value = res?.courseList || []
 }
-onShow(async () => {
+onMounted(async () => {
   isLoading.value = true
   try {
     await getDataList()