XQMuse/Root/Home/View/PaymentOrderResultTopView.swift
@@ -10,7 +10,6 @@ class PaymentOrderResultTopView: UIView,JQNibView{ @IBOutlet weak var label_price: UILabel! @IBOutlet weak var btn_lookCourse: UIButton! @@ -18,6 +17,10 @@ super.awakeFromNib() } func setPrice(_ price:Double){ label_price.text = "\(price.jq_formatFloat)" } @IBAction func backRootAction(_ sender: UIButton) { JQ_currentNavigationController().popToRootViewController(animated: true) }