杨锴
2024-10-28 eb0532b0ed613459085eb803605c2bb307db7e6d
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
                        }