From 1a4b95a7ebef71838bd3eda2c22056bbf0db65ec Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 10 一月 2020 16:39:54 +0800 Subject: [PATCH] 2019阶段备份 --- HDL_ON/UI/UI2/4-PersonalCenter/UI/PersonalCenterPage.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/UI/PersonalCenterPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/UI/PersonalCenterPage.cs index 26026db..2685bad 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/UI/PersonalCenterPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/UI/PersonalCenterPage.cs @@ -3,7 +3,7 @@ using HDL_ON.UI.CSS; using HDL_ON.UI; -namespace HDL_ON.UI2 +namespace HDL_ON.UI { public partial class PersonalCenterPage : FrameLayout { @@ -206,7 +206,7 @@ TextAlignment = TextAlignment.Center, TextColor = CSS_Color.FirstLevelTitleColor, TextSize = CSS_FontSize.SubheadingFontSize, - Text ="涓嶆効鎰忛�忛湶濮撳悕鐨勭敤鎴�" + Text = string.IsNullOrEmpty(MainPage.LoginUser.UserName) ? "涓嶆効鎰忛�忛湶濮撳悕鐨勭敤鎴�" : MainPage.LoginUser.UserName }; personalInfoView.AddChidren(btnUserName); if (!string.IsNullOrEmpty(MainPage.LoginUser.UserName)) @@ -275,7 +275,7 @@ Height = Application.GetMinRealAverage(16), X = Application.GetRealWidth(16), Y = Application.GetRealHeight(25), - UnSelectedImagePath = "PersonalCenter/DownIcon.png", + UnSelectedImagePath = "0Common/DownIcon.png", }; residenceInfoView.AddChidren(btnResidenceDownIcon); -- Gitblit v1.8.0