From ed6651bf7e2cb81eb16217751427cffc4f901434 Mon Sep 17 00:00:00 2001 From: orz12 Date: Fri, 14 Jun 2024 16:45:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E5=A4=9A=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=89=93=E5=BC=80=E4=BD=9C=E8=80=85=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common/widgets/video_popup_menu.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/widgets/video_popup_menu.dart b/lib/common/widgets/video_popup_menu.dart index a9a949fa..775485c5 100644 --- a/lib/common/widgets/video_popup_menu.dart +++ b/lib/common/widgets/video_popup_menu.dart @@ -55,7 +55,7 @@ class VideoPopupMenu extends StatelessWidget { PopupMenuItem( onTap: () async { Get.toNamed('/member?mid=${videoItem.owner.mid}', arguments: { - 'face': videoItem.owner.face, + // 'face': videoItem.owner.face, 'heroTag': '${videoItem.owner.mid}', }); },