younger_times
2023-07-25 b177ecba47250faab4ead4fc2b5ed7a3f2c40696
WanPai/Root/Welfare/VC/RechargeCenterVC.swift
@@ -77,7 +77,7 @@
    @IBAction func rechargeAction(_ sender: UIButton) {
        let item = items[selectIndex]
        PaymentView.show(money: (ali:item.money,wx:item.money,coin:item.coin,course:nil)) { type in
        PaymentView.show(money: (ali:item.money,wx:item.money,coin:nil,course:nil)) { type in
//            let result:PaymentResultVC.PaymentResult = status ? .success:.fail
//            let vc = PaymentResultVC(result: result, objType: .activityApply)