video curcse
All checks were successful
Deploy to Server / deploy (push) Successful in 36s

This commit is contained in:
jeremygan2021
2026-02-27 14:22:02 +08:00
parent 27dcbef7d5
commit 4f632defde
6 changed files with 9 additions and 3 deletions

View File

@@ -68,6 +68,7 @@ const VCCourseDetail = () => {
const fetchDetail = async () => {
try {
const response = await getVCCourseDetail(id);
console.log('Course detail:', response.data);
setCourse(response.data);
} catch (error) {
console.error("Failed to fetch course detail:", error);