younger_times
2023-06-13 47bc190ccc89050b2a15cc1a8fc4818ba440844d
WanPai/Root/Home/VC/JoinMemberIntroduceVC.swift
@@ -26,7 +26,7 @@
    @IBAction func joinAction(_ sender: QMUIButton) {
        PaymentView.show { status in
            let paymentState:PaymentResultVC.PaymentResult = status ? .success:.fail
            let vc = PaymentResultVC(result: paymentState)
            let vc = PaymentResultVC(result: paymentState, objType: .member)
            vc.modalPresentationStyle = .fullScreen
            self.present(vc, animated: true)