From 9f326f4000847e6167d8166fa2f6a66f53cb3734 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 17 十二月 2020 09:07:13 +0800
Subject: [PATCH] 新云端Ver1.3

---
 ZigbeeApp/Shared/Phone/UserCenter/UserMain/QRCodeForm.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/UserMain/QRCodeForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/UserMain/QRCodeForm.cs
index 5cfabb9..ebaf638 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/UserMain/QRCodeForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/UserMain/QRCodeForm.cs
@@ -69,19 +69,19 @@
             btnIcon.Radius = (uint)this.GetRealSizeEx(294) / 2;
             btnIcon.Y = frameDetail.Y - this.GetRealSizeEx(294) / 2;
             btnIcon.Gravity = Gravity.CenterHorizontal;
-            btnIcon.ImageBytes = Shared.IO.FileUtils.ReadFile(UserCenterResourse.UserInfo.UserIconFile);
+            btnIcon.ImageBytes = Shared.IO.FileUtils.ReadFile(HdlFileNameResourse.UserHeadIconFile);
             frameBack.AddChidren(btnIcon);
             //鐢ㄦ埛鍚�
             var btnUser = new NormalViewControl(frameBack.Width, this.GetRealHeight(50), false);
             btnUser.IsBold = true;
             btnUser.Y = btnIcon.Bottom + this.GetRealSizeEx(23);
-            btnUser.Text = UserCenterResourse.UserInfo.UserName;
+            btnUser.Text = HdlUserCenterResourse.UserInfo.NickName;
             btnUser.TextAlignment = TextAlignment.Center;
             btnUser.TextColor = UserCenterColor.Current.TextGrayColor2;
             frameBack.AddChidren(btnUser);
             //浜岀淮鐮�
             var btnQrCode = new PicViewControl(this.GetRealSizeEx(236), this.GetRealSizeEx(236), false);
-            btnQrCode.ImageBytes = QRCode.BytesFromText(UserCenterResourse.UserInfo.Account, this.GetPictrueRealSize(236), this.GetPictrueRealSize(236));
+            btnQrCode.ImageBytes = QRCode.BytesFromText(HdlUserCenterResourse.UserInfo.Account, this.GetPictrueRealSize(236), this.GetPictrueRealSize(236));
             btnQrCode.Gravity = Gravity.CenterHorizontal;
             btnQrCode.Y = btnUser.Bottom + this.GetRealSizeEx(69);
             frameBack.AddChidren(btnQrCode);

--
Gitblit v1.8.0