fix: 稍后再看

This commit is contained in:
guozhigq
2023-08-15 10:08:17 +08:00
parent 1c59764500
commit 3c9a97181b
3 changed files with 76 additions and 68 deletions

View File

@ -65,6 +65,7 @@ class _LaterPageState extends State<LaterPage> {
delegate: SliverChildBuilderDelegate((context, index) {
return VideoCardH(
videoItem: _laterController.laterList[index],
source: 'later',
);
}, childCount: _laterController.laterList.length),
),