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); } } },