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

刷新

parent 8c6d1bd0
......@@ -96,7 +96,9 @@ private extension YHHomePageViewController {
if self.viewModel.hasMoreForHomeNews == false {
homeCollectView.es.noticeNoMoreData()
}
self.homeCollectView.reloadData()
UIView.performWithoutAnimation {
self.homeCollectView.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