WanPai/Root/Course/TCell/StudentRemarkTCell.swift
@@ -48,6 +48,8 @@ func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell { let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "_CommonSingleImgCCell", for: indexPath) as! CommonSingleImgCCell cell.img.backgroundColor = .gray.withAlphaComponent(0.1) let imgUrl = studentCommentModel.imgs[indexPath.row] cell.img.sd_setImage(with: URL(string: imgUrl)) return cell }