From bfb3d0d4879dca8c59ff287c92f5113162f3a33a Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期二, 27 八月 2024 15:22:48 +0800 Subject: [PATCH] 代码备份 --- OnPro/HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/OnPro/HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs b/OnPro/HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs index 45e80fe..fd470e2 100644 --- a/OnPro/HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs +++ b/OnPro/HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs @@ -4,9 +4,6 @@ using System.Collections.Generic; using System.Threading; using HDL_ON.DAL.Server; -#if DEBUG -using Xamarin.Essentials; -#endif namespace HDL_ON.UI { /// <summary> @@ -92,7 +89,7 @@ menuView = new HorizontalScrolViewLayout() { - Y = Application.GetRealHeight(64), + Y = Application.GetRealHeight(74), Height = Application.GetRealWidth(117), BackgroundColor = CSS_Color.MainBackgroundColor, HorizontalScrollBarEnabled = false//闅愯棌婊氬姩鏉� @@ -872,8 +869,6 @@ /// <param name="text"></param> void CopyToClipboard(string text) { - Clipboard.SetTextAsync(text); - Utlis.ShowTip(text + "\n" + Language.StringByID(StringId.CopySuccess)); } #endif -- Gitblit v1.8.0