diff --git a/lib/pages/video/detail/view_v.dart b/lib/pages/video/detail/view_v.dart index 7cab3afb..2d0e7689 100644 --- a/lib/pages/video/detail/view_v.dart +++ b/lib/pages/video/detail/view_v.dart @@ -1808,14 +1808,16 @@ class _VideoDetailPageVState extends State top: 0, left: 0, right: 0, + bottom: 0, child: GestureDetector( onTap: handlePlay, child: Obx( () => CachedNetworkImage( imageUrl: videoDetailController.videoItem['pic'] != null - ? Utils.thumbnailImgUrl( - videoDetailController.videoItem['pic']) + ? (videoDetailController.videoItem['pic'] + as String) + .http2https : '', width: videoWidth, height: videoHeight,