From 6912d657ec6bb1db9683d5b5be8f0777f001ba11 Mon Sep 17 00:00:00 2001 From: 杨锴 <841720330@qq.com> Date: 星期六, 14 九月 2024 18:24:10 +0800 Subject: [PATCH] fix API --- XQMuse/Root/Course/TCell/CourseDetail_3_TCell.swift | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/XQMuse/Root/Course/TCell/CourseDetail_3_TCell.swift b/XQMuse/Root/Course/TCell/CourseDetail_3_TCell.swift index 7c04393..cfcf5a8 100644 --- a/XQMuse/Root/Course/TCell/CourseDetail_3_TCell.swift +++ b/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 } -- Gitblit v1.7.1