XQMuse/Root/Course/VC/CourseMenuVC.swift
@@ -102,7 +102,6 @@ func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell { let model = viewModel.dataSource.value!.list[indexPath.row] let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "_HomeRelaxBanner_2_1_CCell", for: indexPath) as! HomeRelaxBanner_2_1_CCell cell.backgroundColor = .jq_randomColor cell.setCourseModel(model) return cell }