Commit a011d8ce authored by pete谢兆麟's avatar pete谢兆麟

解决刷新混乱问题

parent 0d1db5c4
...@@ -29,11 +29,11 @@ class YHMyLikeViewController: YHBaseViewController { ...@@ -29,11 +29,11 @@ class YHMyLikeViewController: YHBaseViewController {
override func viewDidLoad() { override func viewDidLoad() {
super.viewDidLoad() super.viewDidLoad()
setupUI() setupUI()
loadData()
} }
override func viewWillAppear(_ animated: Bool) { override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated) super.viewWillAppear(animated)
loadData()
} }
} }
......
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