ZigbeeApp/Shared/Phone/UserCenter/UserMain/QRCodeForm.cs
@@ -69,7 +69,7 @@ btnIcon.Radius = (uint)Application.GetMinRealAverage(294) / 2; btnIcon.Y = Application.GetRealHeight(121); btnIcon.Gravity = Gravity.CenterHorizontal; btnIcon.ImagePath = UserCenterResourse.UserInfo.UserIconFile; btnIcon.ImageBytes = Shared.IO.FileUtils.ReadFile(UserCenterResourse.UserInfo.UserIconFile); frameBack.AddChidren(btnIcon); //用户名 var btnUser = new NormalViewControl(frameBack.Width, Application.GetRealHeight(46), false);