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

@@ -118,6 +118,7 @@
font-size: 32px;
margin-bottom: 30px;
font-weight: bold;
text-align: center;
}
.btn-unlock {

View File

@@ -20,7 +20,9 @@ export default function CourseDetail() {
const fetchDetail = async (id: string) => {
try {
// Add timestamp to prevent caching
const res: any = await getVBCourseDetail(Number(id))
console.log('Course detail:', res)
setDetail(res)
} catch (err) {
console.error(err)