mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-03 08:39:46 +08:00
@@ -144,11 +144,9 @@ class _PgcIntroPageState extends State<PgcIntroPage> {
|
||||
clipBehavior: Clip.none,
|
||||
children: [
|
||||
GestureDetector(
|
||||
onTap: () {
|
||||
PageUtils.imageView(
|
||||
imgList: [SourceModel(url: item.cover!)],
|
||||
);
|
||||
},
|
||||
onTap: () => PageUtils.imageView(
|
||||
imgList: [SourceModel(url: item.cover!)],
|
||||
),
|
||||
child: Hero(
|
||||
tag: item.cover!,
|
||||
child: NetworkImgLayer(
|
||||
|
||||
Reference in New Issue
Block a user