younger_times
2023-07-12 5a590aaf3fd9ed5f9cfd2d54e72c904ce4918e7f
WanPai/Root/Course/VC/StudentCourseDetailVC.swift
@@ -30,7 +30,7 @@
        title = "课时详情"
        headView.renewalClouse = { [weak self] () in
            let vc = CourseDetailApplyVC()
            let vc = CourseDetailApplyVC(detailModel: CourseDetailModel())
            self?.push(vc: vc)
        }
    }