From 351bdda734832d821a9764b0cde8be5d83c4ec50 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期四, 01 十二月 2022 09:56:25 +0800
Subject: [PATCH] 2022年12月01日09:56:23

---
 ZigbeeApp/Shared/Phone/UserCenter/SharedContent/LookSharedListRoomForm.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/LookSharedListRoomForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/LookSharedListRoomForm.cs
index e22c37f..7feed80 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/LookSharedListRoomForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/LookSharedListRoomForm.cs
@@ -39,7 +39,7 @@
         {
             this.memberResult = i_memberResult;
             this.memberShardInfo = i_memberShardInfo;
-            this.memberShardInfo.ChildAccountId = this.memberResult.ChildAccountId;
+            this.memberShardInfo.SubAccountDistributedMark = this.memberResult.SubAccountDistributedMark;
 
             //璁剧疆澶撮儴淇℃伅
             base.SetTitleText(Language.StringByID(R.MyInternationalizationString.uShared2));
@@ -160,7 +160,7 @@
             if (string.IsNullOrEmpty(floorId) == false)
             {
                 var btnFloor = new NormalViewControl(800, 60, true);
-                btnFloor.X = HdlControlResourse.XXLeft;
+                btnFloor.X = ControlCommonResourse.XXLeft;
                 btnFloor.Y = Application.GetRealHeight(52);
                 btnFloor.TextColor = UserCenterColor.Current.TextColor2;
                 btnFloor.TextSize = 15;

--
Gitblit v1.8.0