From 3effece0f5f4bc07fb99942e6a3afdd10062f2dd Mon Sep 17 00:00:00 2001 From: Songzex <2402265378@qq.com> Date: Wed, 4 Mar 2026 10:28:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E8=A7=A3=E5=86=B3=E6=89=AB?= =?UTF-8?q?=E7=A0=81=E7=BB=91=E5=AE=9A=E8=AE=BE=E5=A4=87=E7=9A=84=E9=BB=91?= =?UTF-8?q?=E5=B1=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/features/my/presentation/web_view/user_info_pages.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/my/presentation/web_view/user_info_pages.dart b/lib/features/my/presentation/web_view/user_info_pages.dart index 1927c817..a78d8891 100644 --- a/lib/features/my/presentation/web_view/user_info_pages.dart +++ b/lib/features/my/presentation/web_view/user_info_pages.dart @@ -66,7 +66,7 @@ class UserInfoCard extends StatelessWidget { if (code != null && code.isNotEmpty) { // 识别成功,立即返回结果并关闭页面 debugPrint('扫码成功,识别到的数据: $code'); - Navigator.pop(context, code); + // Navigator.pop(context, code); } } },