diff --git a/EOM.TSHotelManager.FormUI/AppInterface/FrmLoading.cs b/EOM.TSHotelManager.FormUI/AppInterface/FrmLoading.cs
index ce8343bbb6c150ea98cd8136cf197c83be87da98..823fe934bd02ce0e8dc62365641bf6631d540b14 100644
--- a/EOM.TSHotelManager.FormUI/AppInterface/FrmLoading.cs
+++ b/EOM.TSHotelManager.FormUI/AppInterface/FrmLoading.cs
@@ -93,9 +93,9 @@ namespace EOM.TSHotelManager.FormUI
UIMessageBox.ShowWarning("最新版本中未找到可更新的 .exe 文件。");
}
}
- else if (versionCompareResult == 0)
+ else
{
- UIMessageBox.ShowInfo("当前已为最新版本,无需更新!");
+ UIMessageBox.ShowSuccess("当前已为最新版本,无需更新!");
await Task.Run(() => threadPro());
}
}
diff --git a/EOM.TSHotelManager.FormUI/EOM.TSHotelManager.FormUI.csproj b/EOM.TSHotelManager.FormUI/EOM.TSHotelManager.FormUI.csproj
index c0e3f9661eda2df521871494ebfd29f590659ac8..ed6889a251700ab4d6eb5502b084ba27cf3d7282 100644
--- a/EOM.TSHotelManager.FormUI/EOM.TSHotelManager.FormUI.csproj
+++ b/EOM.TSHotelManager.FormUI/EOM.TSHotelManager.FormUI.csproj
@@ -7,7 +7,7 @@
true
enable
true
- 2.8.0.0
+ 2.8.1.0
EOM.TSHotelManager.FormUI.Program
x64
TS酒店管理系统