mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -1808,14 +1808,16 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
|
|||||||
top: 0,
|
top: 0,
|
||||||
left: 0,
|
left: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
|
bottom: 0,
|
||||||
child: GestureDetector(
|
child: GestureDetector(
|
||||||
onTap: handlePlay,
|
onTap: handlePlay,
|
||||||
child: Obx(
|
child: Obx(
|
||||||
() => CachedNetworkImage(
|
() => CachedNetworkImage(
|
||||||
imageUrl:
|
imageUrl:
|
||||||
videoDetailController.videoItem['pic'] != null
|
videoDetailController.videoItem['pic'] != null
|
||||||
? Utils.thumbnailImgUrl(
|
? (videoDetailController.videoItem['pic']
|
||||||
videoDetailController.videoItem['pic'])
|
as String)
|
||||||
|
.http2https
|
||||||
: '',
|
: '',
|
||||||
width: videoWidth,
|
width: videoWidth,
|
||||||
height: videoHeight,
|
height: videoHeight,
|
||||||
|
|||||||
Reference in New Issue
Block a user