mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 更多菜单无法打开作者页
This commit is contained in:
@@ -55,7 +55,7 @@ class VideoPopupMenu extends StatelessWidget {
|
|||||||
PopupMenuItem<String>(
|
PopupMenuItem<String>(
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
Get.toNamed('/member?mid=${videoItem.owner.mid}', arguments: {
|
Get.toNamed('/member?mid=${videoItem.owner.mid}', arguments: {
|
||||||
'face': videoItem.owner.face,
|
// 'face': videoItem.owner.face,
|
||||||
'heroTag': '${videoItem.owner.mid}',
|
'heroTag': '${videoItem.owner.mid}',
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user