| | |
| | | case .success: |
| | | label_content.text = "报名成功,请等待平台通知具体开赛时间" |
| | | self.btn_back.setTitle("返回首页", for: .normal) |
| | | self.btn_again.setTitle("查看排名", for: .normal) |
| | | self.btn_again.setTitle("查看报名", for: .normal) |
| | | |
| | | case .fail(let string, let code): |
| | | self.btn_back.setTitle("返回", for: .normal) |
| | |
| | | NotificationCenter.default.post(name: UpdateCurrentStore_Noti, object: nil) |
| | | NotificationCenter.default.post(name: StudentRefresh_Nofi, object: nil) |
| | | case "查看报名": |
| | | let vc = ActivitySignupListVC() |
| | | jumpAndRemoveSelfVC(vc) |
| | | if objType == .worldCup{ |
| | | let vc = WorldCupVC() |
| | | jumpAndRemoveSelfVC(vc) |
| | | }else{ |
| | | let vc = ActivitySignupListVC() |
| | | jumpAndRemoveSelfVC(vc) |
| | | } |
| | | case "再次支付": |
| | | if objType == .courseApply{ |
| | | navigationController?.popViewController(animated: true, {[weak self] in |