修改提示消息内容

This commit is contained in:
maqiao 2024-02-28 10:36:13 +08:00
parent 2f891bd446
commit a450ef661d
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ namespace DM_Weight.ViewModels
if (Status.Equals(true)) if (Status.Equals(true))
{ {
SnackbarBackground = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#00e676")); SnackbarBackground = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#00e676"));
SnackbarMessageQueue.Enqueue("标签渲染完成!"); SnackbarMessageQueue.Enqueue("操作完成!");
Status = false; Status = false;
} }
GetChannelsByDrawerNo(); GetChannelsByDrawerNo();