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 }