| | |
| | | } |
| | | |
| | | @IBAction func studentAction(_ sender: QMUIButton) { |
| | | StudentChooseView.show { |
| | | StudentChooseView.show(itemType:.course) { |
| | | |
| | | } needAddClouse: { [weak self] () in |
| | | let vc = AddStudentVC() |
| | |
| | | @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) |
| | | } |