WanPai/Root/Course/TCell/StudentRemarkTCell.swift
@@ -82,10 +82,9 @@ lantern.pageIndex = indexPath.item lantern.reloadCellAtIndex = { context in let lanternCell = context.cell as? CommonSingleImgCCell let lanternCell = context.cell as? LanternImageCell let cell = collectionView.cellForItem(at: IndexPath(item:context.index, section: indexPath.section)) as! CommonSingleImgCCell lanternCell?.img.image = cell.img.image lanternCell?.imageView.image = cell.img.image } //不要使用push lantern.show()