fix
无故事王国
2024-06-24 910e88b92778ae78f0444f5c6f6202668c3110f6
DolphinEnglishLearnStudent/Moudle/Home/View/AwardListView.swift
@@ -59,15 +59,6 @@
extension AwardListView:UICollectionViewDelegate{
            func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
//                        UIView.animate(withDuration: 0.4) {
//                                    self.alpha = 0
//                                    self.view_container.transform = .init(scaleX: 0.1, y: 0.1)
//                        } completion: { _ in
//                                    self.removeFromSuperview()
//                                    let item = self.items[indexPath.row]
//                                    self.clickClouse(item)
//                        }
            }
}