408249787@qq.com hace 6 días
padre
commit
b3fc4f98c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()