杨锴
2024-12-27 fe02f75ab7a593f33d60c15308ddf7a974962db4
XQMuse/Root/Course/VC/CourseVCOfficalCommentVC.swift
@@ -142,6 +142,9 @@
                        let model = viewModel.dataSource.value!.list[indexPath.row]
                        let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "_HomeRelaxBanner_2_CCell", for: indexPath) as! HomeRelaxBanner_2_CCell
                        cell.setCourseModel(model)
        cell.label_title.font = UIFont.systemFont(ofSize: 19, weight: .bold)
        cell.cons_title_top.constant = 14
        cell.cons_title_left.constant = 16.5
                        return cell
            }