From 9acd3887f1f8db40d59f991b1726a61aa7c7637c Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 12 五月 2021 15:13:56 +0800
Subject: [PATCH] Merge branch 'CJL' into wxr4

---
 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