无故事王国
2024-03-13 919d1d6bb0ec4043ec25b58a492618239ca37529
WanPai/Root/Other/VC/PaymentResultVC.swift
@@ -272,7 +272,7 @@
                                                jumpAndRemoveSelfVC(vc)
                                    case "查看预约":
                                                let vc = YardBookingListVC()
                                                jumpAndRemoveSelfVC(vc)
                                    case "立即预约":
                                                navigationController?.qmui_popToRootViewController(animated: true, completion: { () in
                                                            JQ_currentViewController().tabBarController?.selectedIndex = 1
@@ -288,7 +288,7 @@
                                                            jumpAndRemoveSelfVC(vc)
                                                }
                                    case "再次支付":
                                                if objType == .courseApply{
                                                if objType == .courseApply || objType == .worldCup{
                                                            navigationController?.popViewController(animated: true, {[weak self] in
                                                                        self?.againClouse?()
                                                            })