XQMuse/Root/Home/VC/HomeItemListVC.swift
@@ -69,7 +69,6 @@ func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell { let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "_HomeRelaxBanner_2_CCell", for: indexPath) as! HomeRelaxBanner_2_CCell let model = viewModel.dataSource.value!.list[indexPath.row] cell.backgroundColor = .jq_randomColor cell.setMeditationModel(model) return cell }