fix:评论调整

This commit is contained in:
小张 2025-08-19 02:06:33 +08:00
parent bf03f35a35
commit 7cc9a80297

View File

@ -660,6 +660,11 @@ const sectionsError = ref('')
const instructorsLoading = ref(false)
const instructorsError = ref('')
//
const comments = ref([])
const commentsLoading = ref(false)
const commentsError = ref('')
//
const isEnrolled = ref(false) //
const enrollmentLoading = ref(false) //