From c5cb6840bd986bbd71a9ebc232bbf44ed0e1fc3d Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 23 五月 2024 17:43:11 +0800 Subject: [PATCH] jpush更新完成 --- HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs b/HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs index 1796050..54b3e98 100644 --- a/HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs +++ b/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> @@ -73,7 +70,9 @@ public void LoadPage(Action backAction) { this.backAction = backAction; - new TopViewDiv(bodyView, Language.StringByID(StringId.MessageCenter)).LoadTopView(); + var topView = new TopViewDiv(bodyView, Language.StringByID(StringId.MessageCenter)); + topView.maginY = 10; + topView.LoadTopView(); AddTopMenuView(); AddMessageView(); @@ -92,7 +91,7 @@ menuView = new HorizontalScrolViewLayout() { - Y = Application.GetRealHeight(64), + Y = Application.GetRealHeight(64+10), Height = Application.GetRealWidth(117), BackgroundColor = CSS_Color.MainBackgroundColor, HorizontalScrollBarEnabled = false//闅愯棌婊氬姩鏉� -- Gitblit v1.8.0