杨锴
2024-10-24 e821bea13d9f20905bba3972c4e9c4964994db5d
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
            }