开药箱失败直接return

This commit is contained in:
maqiao 2024-12-21 23:15:26 +08:00
parent 74da88a362
commit 8ce450a4f5
1 changed files with 1 additions and 0 deletions

View File

@ -871,6 +871,7 @@ namespace DM_Weight.ViewModels
Type = MsgType.ERROR, Type = MsgType.ERROR,
}; };
_eventAggregator.GetEvent<SnackbarEvent>().Publish(alertMsg); _eventAggregator.GetEvent<SnackbarEvent>().Publish(alertMsg);
return;
} }
_socketHelper.OpenStatus = true; _socketHelper.OpenStatus = true;
Thread.Sleep(200); Thread.Sleep(200);