fix:评论调整
This commit is contained in:
parent
bf03f35a35
commit
7cc9a80297
@ -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) // 报名加载状态
|
||||
|
Loading…
x
Reference in New Issue
Block a user