younger_times
2023-07-14 b932f704f6c04adc7d7b4104a06cbc09c8d49cb5
WanPai/Root/Welfare/VC/RechargeCenterVC.swift
@@ -61,11 +61,11 @@
    }
    @IBAction func rechargeAction(_ sender: UIButton) {
        PaymentView.show { status in
            let result:PaymentResultVC.PaymentResult = status ? .success:.fail
            let vc = PaymentResultVC(result: result, objType: .activityApply)
            vc.modalPresentationStyle = .fullScreen
            self.present(vc, animated: true)
        PaymentView.show(money: (ali:1,wx:2,coin:2,course:2)) { status in
//            let result:PaymentResultVC.PaymentResult = status ? .success:.fail
//            let vc = PaymentResultVC(result: result, objType: .activityApply)
//            vc.modalPresentationStyle = .fullScreen
//            self.present(vc, animated: true)
        }
    }
}