fix
无故事王国
2024-06-24 910e88b92778ae78f0444f5c6f6202668c3110f6
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)
            }
            
}