From e76381c3393d284f3f8ab61930cb6b71f18b2d6b Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期二, 13 八月 2024 14:43:43 +0800 Subject: [PATCH] 金茂定制热水器,光伏储能,UI完成 --- HDL_ON/UI/MainPage.cs | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs index 625496a..85650c0 100644 --- a/HDL_ON/UI/MainPage.cs +++ b/HDL_ON/UI/MainPage.cs @@ -26,7 +26,7 @@ /// <summary> /// 鐗堟湰鍙� /// </summary> - public static string VersionString = "2.4.8"; + public static string VersionString = "2.5.0"; ///// <summary> ///// 瀹㈡埛绔被鍨� ///// </summary> @@ -492,11 +492,11 @@ UserBasePage.LoadPage(); BasePageView.PageIndex = 0; - if (isFirstOpen) - { - //鍚姩瀵嗙爜楠岃瘉 - new AppUnlockPage().LoadPage(isFirstOpen); - } + //if (isFirstOpen) + //{ + // //鍚姩瀵嗙爜楠岃瘉 + // new AppUnlockPage().LoadPage(isFirstOpen); + //} //涓婚〉鍔犺浇瀹屾垚,鍥炶皟浜嬩欢 pageShowEvent?.Invoke(); pageShowEvent = null; @@ -649,6 +649,7 @@ { #if DEBUG Console.WriteLine($"{tag}-->{msg}"); +#endif if (tag == "error") { new System.Threading.Thread(async () => @@ -657,7 +658,6 @@ }) { IsBackground = true }.Start(); } -#endif } -- Gitblit v1.8.0