wxr
2020-04-21 f718d23a262a5a8e1241fdeaeb4153399f95e79d
HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
@@ -32,7 +32,6 @@
        /// 用户头像
        /// </summary>
        ImageView userHeadImageView;
        Button btnUserHeadPortrait;
        /// <summary>
        /// 住宅信息区域
        /// </summary>
@@ -232,16 +231,16 @@
                Width = Application.GetMinRealAverage(84),
                Height = Application.GetMinRealAverage(84),
                Radius = (uint)Application.GetMinRealAverage(42),
                //UnSelectedImagePath = MainPage.LoginUser.headImagePagePath
                ImagePath = MainPage.LoginUser.headImagePagePath
            };
            bodyView.AddChidren(userHeadImageView);
            if ( MainPage.LoginUser.headImagePageBytes==null)
            {
                userHeadImageView.ImagePath = MainPage.LoginUser.headImagePagePath;
            }else
            {
                userHeadImageView.ImageBytes = MainPage.LoginUser.headImagePageBytes;
            }
            //if ( MainPage.LoginUser.headImagePageBytes==null)
            //{
            //    userHeadImageView.ImagePath = MainPage.LoginUser.headImagePagePath;
            //}else
            //{
            //    userHeadImageView.ImageBytes = MainPage.LoginUser.headImagePageBytes;
            //}
            #endregion