diff --git a/lib/pages/video/detail/view_v.dart b/lib/pages/video/detail/view_v.dart index b90f92f1..7cab3afb 100644 --- a/lib/pages/video/detail/view_v.dart +++ b/lib/pages/video/detail/view_v.dart @@ -1814,9 +1814,8 @@ class _VideoDetailPageVState extends State () => CachedNetworkImage( imageUrl: videoDetailController.videoItem['pic'] != null - ? (videoDetailController.videoItem['pic'] - as String) - .http2https + ? Utils.thumbnailImgUrl( + videoDetailController.videoItem['pic']) : '', width: videoWidth, height: videoHeight,