feat: 优化流程

This commit is contained in:
GukSang.Jin
2026-02-27 17:46:50 +08:00
parent f2c975b51d
commit 7d137036db
6 changed files with 153 additions and 2 deletions

View File

@@ -988,8 +988,9 @@ public partial class MainViewModel : ObservableObject
IsDoorOpen = true;
StatusMessage = "清洗完成!请取出宠物";
MessageBox.Show("清洗完成!\n\n感谢使用无人自动洗宠机", "完成",
MessageBoxButton.OK, MessageBoxImage.Information);
// 显示自动关闭的完成对话框
var dialog = new Views.CompletionDialog();
dialog.ShowDialog();
_logger.LogInfo("订单流程完成");