From e821bea13d9f20905bba3972c4e9c4964994db5d Mon Sep 17 00:00:00 2001 From: 杨锴 <841720330@qq.com> Date: 星期四, 24 十月 2024 21:04:22 +0800 Subject: [PATCH] fix API TEST --- XQMuse/Root/Pavilion/VC/PavilionSearchVC.swift | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/XQMuse/Root/Pavilion/VC/PavilionSearchVC.swift b/XQMuse/Root/Pavilion/VC/PavilionSearchVC.swift index 32f3d82..5e8f3b7 100644 --- a/XQMuse/Root/Pavilion/VC/PavilionSearchVC.swift +++ b/XQMuse/Root/Pavilion/VC/PavilionSearchVC.swift @@ -63,8 +63,8 @@ func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell { let model = viewModel!.dataSource.value!.list[indexPath.row] let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "_PavilionItemCell", for: indexPath) as! PavilionItemCell - cell.backgroundColor = .jq_randomColor cell.jq_cornerRadius = 16 + cell.backgroundColor = .white cell.setPavilionDetailModel(model) return cell } -- Gitblit v1.7.1