Commit f4a5934e authored by David黄金龙's avatar David黄金龙

处理一处 展示问题

parent 893fa8a5
......@@ -19,6 +19,11 @@ class YHPreviewFamilyMemberViewController: YHPreviewBaseViewController {
loadData()
}
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
homeTableView.reloadData()
}
private var buttonHoldView : UIView = {
let view = UIView()
return view
......
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