feat: 优化流程
This commit is contained in:
@@ -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("订单流程完成");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user