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()