Commit 8b8d5d25 authored by David黄金龙's avatar David黄金龙

修改一处bug

parent 90060c15
......@@ -274,7 +274,7 @@ private extension YHPreviewFamilyMemberViewController {
}
self.layouButtons()
//延迟刷新
DispatchQueue.main.asyncAfter(deadline: .now()) {
DispatchQueue.main.asyncAfter(deadline: .now() + 0.25) {
self.highlightButton()
self.homeTableView.reloadData()
}
......
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