From 5bfb959c47017825c8cf7dc8570c55b04dab694c Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 09 六月 2021 16:42:11 +0800
Subject: [PATCH] Merge branch 'dev-tzy' into wxr6

---
 HDL_ON/UI/UI0-Public/TopViewDiv.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/HDL_ON/UI/UI0-Public/TopViewDiv.cs b/HDL_ON/UI/UI0-Public/TopViewDiv.cs
index 02a2f3d..36b2834 100644
--- a/HDL_ON/UI/UI0-Public/TopViewDiv.cs
+++ b/HDL_ON/UI/UI0-Public/TopViewDiv.cs
@@ -147,7 +147,7 @@
             };
 
             //濡傛灉鏄垚鍛橀殣钘忕紪杈戝姛鑳�
-            if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare)
+            if (!DB_ResidenceData.Instance.CurrentRegion.isOtherShare)
             {
                 contentView.AddChidren(btnSetting);
             }
@@ -177,7 +177,7 @@
                 UnSelectedImagePath = "Public/FuncInfoSetIcon.png",
             };
             //濡傛灉鏄垚鍛橀殣钘忕紪杈戝姛鑳�
-            if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare)
+            if (!DB_ResidenceData.Instance.CurrentRegion.isOtherShare)
             {
                 contentView.AddChidren(btnSetting);
             }
@@ -210,7 +210,7 @@
             };
 
             //濡傛灉鏄垚鍛橀殣钘忕紪杈戝姛鑳�
-            if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare)
+            if (!DB_ResidenceData.Instance.CurrentRegion.isOtherShare)
             {
                 contentView.AddChidren(btnSetting);
             }
@@ -365,7 +365,7 @@
         /// </summary>
         public void LoadTopView_ArmCenter(Action skipAction)//(Action callBack, Action action)
         {
-            //LoadTopView();
+            LoadTopView();
             //backAction = action;
 
             var btnAddIcon = new Button()

--
Gitblit v1.8.0