Commit 7b0bd8ff authored by lujunye's avatar lujunye

补充加载菊花

parent 76aee002
...@@ -89,8 +89,10 @@ class FXSY_Detail_ViewController: BaseViewController,UITableViewDelegate,UITable ...@@ -89,8 +89,10 @@ class FXSY_Detail_ViewController: BaseViewController,UITableViewDelegate,UITable
SetTopFrame(view: top_view, height: 106) SetTopFrame(view: top_view, height: 106)
list_view.isScrollEnabled = false list_view.isScrollEnabled = false
list_view.separatorStyle = .none list_view.separatorStyle = .none
HUD.show(.progress)
list_view.register(UINib(nibName: "TitleAndLblCell", bundle: nil), forCellReuseIdentifier: "TitleAndLblCell") list_view.register(UINib(nibName: "TitleAndLblCell", bundle: nil), forCellReuseIdentifier: "TitleAndLblCell")
incomeDetails(["user_token":UserToken as Any,"record_sn":record_sn as Any]) { (data) in incomeDetails(["user_token":UserToken as Any,"record_sn":record_sn as Any]) { (data) in
HUD.hide()
self.model = data as! incomeDetailsModel self.model = data as! incomeDetailsModel
self.title_lbl.text = self.model!.data?.remark self.title_lbl.text = self.model!.data?.remark
self.number_lbl.text = self.model!.data?.in_amount self.number_lbl.text = self.model!.data?.in_amount
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment