XQMuse/Root/Course/TCell/CourseDetail_3_TCell.swift
@@ -45,7 +45,6 @@ func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell { let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "_HomeRelaxBanner_2_CCell", for: indexPath) as! HomeRelaxBanner_2_CCell cell.setCourseModel(items[indexPath.row]) cell.backgroundColor = .jq_randomColor return cell }