younger_times
2023-06-14 177ae5f9f619bd39e2d505709d8c5b419e7867ee
WanPai/Root/Course/VC/CourseDetailApplyVC.swift
@@ -50,7 +50,7 @@
    }
    
    @IBAction func studentAction(_ sender: QMUIButton) {
        StudentChooseView.show {
        StudentChooseView.show(itemType:.course) {
            
        } needAddClouse: { [weak self] () in
            let vc = AddStudentVC()
@@ -62,7 +62,7 @@
    @IBAction func paymentAction(_ sender: UIButton) {
        PaymentView.show { status in
            let paymentState:PaymentResultVC.PaymentResult = status ? .success:.fail
            let vc = PaymentResultVC(result: paymentState, objType: .apply)
            let vc = PaymentResultVC(result: paymentState, objType: .courseApply)
            vc.modalPresentationStyle = .fullScreen
            self.present(vc, animated: true)
        }