XQMuse/Root/Home/VC/PaymentOrderResultVC.swift
@@ -29,13 +29,13 @@ super.viewDidLoad() title = "支付结果" //如果从支付过来的,移除支付 navigationController!.viewControllers.removeAll { vc in if vc is PaymentOrderResultVC || vc is PaymentOrderVC{ return true } return false } // //如果从支付过来的,移除支付 // navigationController!.viewControllers.removeAll { vc in // if vc is PaymentOrderResultVC || vc is PaymentOrderVC{ // return true // } // return false // } NotificationCenter.default.post(name: CourseRefresh_Noti, object: nil)