@@ -149,11 +149,7 @@ class MVHomeController: MVBaseController {
}
func getData() {
- if mVideos.count > 0 {
- BFLog(message: "已经请求过数据")
- return
- }
-
+
PQLoadingHUB.shared.showHUB(superView:view)
MVHomeViewModel.getHomeHotVideos { [weak self] hotVideos, msg in
if(msg == nil){