XQMuse/Root/Course/TCell/CourseDetail_3_TCell.swift
@@ -50,8 +50,13 @@ func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) { let model = items[indexPath.row] let vc = CourseDetialVC(courseId: model.id) JQ_currentViewController().jq_push(vc: vc) if model.courseType == .online{ let vc = CourseDetialVC(courseId: model.id) JQ_currentViewController().jq_push(vc: vc) }else{ let vc = CourseDetialOfflineVC(courseId: model.id) JQ_currentViewController().jq_push(vc: vc) } } }