无故事王国
2024-06-12 21656936d06a8ea01d8d9ce4fdb1dbe0bb2e8419
DolphinEnglishLearnStudent/Moudle/Market/VC/ExchangeResultVC.swift
@@ -49,4 +49,17 @@
    }
            @IBAction func backAction(_ sender: UIButton) {
                        self.navigationController?.popToRootViewController(animated: true)
            }
            @IBAction func lookOrderAction(_ sender: UIButton) {
                        self.navigationController?.popViewController(animated: true, {
                                    let vc = ExchangeRecordHistoryVC()
                                    vc.title = "兑换记录"
                                    JQ_currentNavigationController().pushViewController(vc)
                        })
            }
}