XQMuse/Root/Pavilion/PavilionVC.swift
@@ -72,7 +72,7 @@ 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.backgroundColor = .white cell.jq_cornerRadius = 16 cell.setPavilionDetailModel(model) return cell