fix
younger_times
2023-07-27 19a3cec9bbafe352d67a57ae9a1c4c601c73b6c0
WanPai/Root/Welfare/VC/CoinStoreCenterVC.swift
@@ -42,6 +42,7 @@
        collect.contentInset = UIEdgeInsets(top: 0, left:0, bottom: 14, right: 0)
        collect.register(UINib(nibName: "CoinStoreCCell", bundle: nil), forCellWithReuseIdentifier: "_CoinStoreCCell")
        collect.register(UINib(nibName: "CoinStoreHeadView", bundle: nil), forSupplementaryViewOfKind: UICollectionView.elementKindSectionHeader, withReuseIdentifier: "_CoinStoreHeadView")
        collect.backgroundColor = .white
        return collect
    }()