无故事王国
2023-11-13 a64b39beb6ba6ed8208d70daef2ff8872bdf265a
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()