wxr
2020-01-10 1a4b95a7ebef71838bd3eda2c22056bbf0db65ec
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);