XQMuse/Root/Me/VC/StudyListVC.swift
@@ -54,12 +54,15 @@ func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) { var modelId:Int? if indexPath.section == 0{ guard datas?.courseList.count != 0 else{return} modelId = datas?.courseList[indexPath.row].id } if indexPath.section == 0{ guard datas?.freeCourseList.count != 0 else{return} modelId = datas?.freeCourseList[indexPath.row].id }