无故事王国
2024-03-12 fd05d3dfc61ad3482cfd577279cff72f74c68cf6
WanPai/Root/Other/VC/PaymentResultVC.swift
@@ -78,7 +78,7 @@
                                                            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)
@@ -280,8 +280,13 @@
                                                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