新用户充值弹窗背景修改

This commit is contained in:
chenguilong
2022-08-02 18:30:41 +08:00
parent 88b4788427
commit ff5c8b75b5

View File

@@ -286,6 +286,7 @@
_collectionView.showsHorizontalScrollIndicator = NO;
_collectionView.dataSource = self;
_collectionView.delegate = self;
_collectionView.backgroundColor = [UIColor whiteColor];
[_collectionView registerClass:[XPNewUserRechargeCollectionViewCell class] forCellWithReuseIdentifier:NSStringFromClass([XPNewUserRechargeCollectionViewCell class])];
}
return _collectionView;