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 }()