完成解决扫码绑定设备的黑屏bug

This commit is contained in:
2026-03-04 10:28:26 +08:00
parent 1bbcd451da
commit 3effece0f5

View File

@@ -66,7 +66,7 @@ class UserInfoCard extends StatelessWidget {
if (code != null && code.isNotEmpty) {
// 识别成功,立即返回结果并关闭页面
debugPrint('扫码成功,识别到的数据: $code');
Navigator.pop(context, code);
// Navigator.pop(context, code);
}
}
},