WanPai/Root/Welfare/VC/WelfareVC.swift
@@ -129,6 +129,7 @@ @IBAction func storeAction(_ sender: Any) { let vc = CoinStoreCenterVC() vc.benefitHomeModel = benefitHomeModel push(vc: vc) } @@ -178,7 +179,7 @@ extension WelfareVC:UICollectionViewDelegate{ func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) { let model = benefitHomeModel!.commodities[indexPath.row] let vc = WelfareRedeemGoodsDetailVC() let vc = WelfareRedeemGoodsDetailVC(commodityId: model.commodityId, goodsType: model.goodsType) push(vc: vc) } }