无故事王国
2023-10-23 29ca792f9cd6216f5618cf8706d35a51b57b1376
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
    }