| | |
| | | } |
| | | |
| | | @IBAction func addStudentAction(_ sender: QMUIButton) { |
| | | StudentChooseView.show(itemType:.activity) { |
| | | StudentChooseView.show(itemType: .activity) { studs in |
| | | |
| | | } needAddClouse: {[weak self] () in |
| | | let vc = ActivityStudentListVC() |
| | |
| | | |
| | | @IBAction func applyAction(_ sender: UIButton) { |
| | | |
| | | StoresInfoView.show({ status in |
| | | if status{ |
| | | PaymentView.show { stat in |
| | | let result:PaymentResultVC.PaymentResult = status ? .success:.fail |
| | | let vc = PaymentResultVC(result: result, objType: .activityApply) |
| | | vc.modalPresentationStyle = .fullScreen |
| | | self.present(vc, animated: true) |
| | | StoresInfoView.show(CourseDetailModel()) { status in |
| | | |
| | | } |
| | | } |
| | | }) |
| | | |
| | | // StoresInfoView.show(CourseDetailModel() { status in |
| | | // if status{ |
| | | // PaymentView.show(money: (ali:1,wx:2,coin:2,course:2)) { stat in |
| | | // let result:PaymentResultVC.PaymentResult = status ? .success:.fail |
| | | // let vc = PaymentResultVC(result: result, objType: .activityApply) |
| | | // vc.modalPresentationStyle = .fullScreen |
| | | // self.present(vc, animated: true) |
| | | // } |
| | | // } |
| | | // } |
| | | } |
| | | } |
| | | |