fix: 更多菜单无法打开作者页

This commit is contained in:
orz12
2024-06-14 16:45:11 +08:00
parent a9f7d2f3a6
commit ed6651bf7e

View File

@@ -55,7 +55,7 @@ class VideoPopupMenu extends StatelessWidget {
PopupMenuItem<String>(
onTap: () async {
Get.toNamed('/member?mid=${videoItem.owner.mid}', arguments: {
'face': videoItem.owner.face,
// 'face': videoItem.owner.face,
'heroTag': '${videoItem.owner.mid}',
});
},