fix: videoDetail cover null

This commit is contained in:
guozhigq
2024-04-28 22:27:14 +08:00
parent aff39c291d
commit bc4fb0e0ae
3 changed files with 16 additions and 14 deletions

View File

@ -117,7 +117,7 @@ class PiliSchame {
// ignore: always_specify_types
(e) => Get.toNamed<dynamic>('/video?bvid=$bvid&cid=$cid',
arguments: <String, String?>{
'pic': null,
'pic': '',
'heroTag': heroTag,
}),
);