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)