fix: videoDetail cover null

This commit is contained in:
guozhigq
2024-04-28 22:27:14 +08:00
parent 21fe663add
commit b06b1d8a8a
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,
}),
);