XQMuse/Root/Course/VC/CourseVCOfficalCommentVC.swift
@@ -118,7 +118,6 @@ } let model = viewModel.dataSource.value!.list[indexPath.row] let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "_HomeRelaxBanner_2_CCell", for: indexPath) as! HomeRelaxBanner_2_CCell cell.backgroundColor = .jq_randomColor cell.setCourseModel(model) return cell }