From f718d23a262a5a8e1241fdeaeb4153399f95e79d Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 21 四月 2020 09:19:05 +0800
Subject: [PATCH] 20200421

---
 HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
index 8434c49..f3ccc06 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
+++ b/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
 

--
Gitblit v1.8.0