mod: 首页推荐视频骨架屏

This commit is contained in:
guozhigq
2023-04-19 10:15:56 +08:00
parent 3a344843f9
commit 385cc4dad9
4 changed files with 267 additions and 2 deletions

View File

@ -26,7 +26,6 @@ class HomeController extends GetxController {
);
List<RecVideoItemModel> list = [];
for (var i in res.data['data']['item']) {
print(i);
list.add(RecVideoItemModel.fromJson(i));
}
if (type == 'init') {