DolphinEnglishLearnStudent/Moudle/Market/VC/ExchangeResultVC.swift
@@ -55,11 +55,9 @@ } @IBAction func lookOrderAction(_ sender: UIButton) { self.navigationController?.popViewController(animated: true, { let vc = ExchangeRecordHistoryVC() vc.title = "兑换记录" JQ_currentNavigationController().pushViewController(vc) }) let vc = ExchangeRecordHistoryVC() vc.title = "兑换记录" JQ_currentNavigationController().pushViewController(vc) } }