younger_times
2023-07-18 a2589f9891509d85a873192d56e785885513e780
WanPai/Root/Course/TCell/CourseExerciseTCell.swift
@@ -16,7 +16,7 @@
    }
    @IBAction func detailAction(_ sender: UIButton) {
        let vc = CourseVideoDetailVC()
        let vc = CourseVideoDetailVC(id: 0)
        vc.title = "课后练习"
        JQ_currentViewController().jq_push(vc: vc)
    }