fix: 设备登录失败原因打印

This commit is contained in:
2026-01-19 08:22:51 -08:00
parent d89e8782e6
commit d60f1d3c5d
3 changed files with 16 additions and 5 deletions
@@ -450,7 +450,7 @@ class KRSplashController extends GetxController {
if (!success) {
// 设备登录失败 → 提示用户重试
HIDialog.show(
message: '设备登录失败请检查网络或重试',
message: '设备登录失败\n\n原因:${KRAppRunData.getInstance().kr_lastDeviceLoginError ?? "未知错误"}\n\n请检查网络或重试',
confirmText: '重试',
preventBackDismiss: true,
onConfirm: () async {