From 6659e35887736adeb1be8d2fde9e3631e4d47262 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 17 十二月 2020 11:50:19 +0800
Subject: [PATCH] 完成住宅交付功能

---
 HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs b/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
index 6aa31b3..b995002 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
@@ -69,7 +69,7 @@
             };
             bodyView.AddChidren(topView);
 
-            if (DB_ResidenceData.Instance.GatewayType == 0 || DB_ResidenceData.Instance.CurrentRegion.IsOthreShare)
+            if (DB_ResidenceData.Instance.GatewayType == 0)
             {
                 btnSceneTilte = new Button()
                 {
@@ -85,6 +85,7 @@
                 };
                 topView.AddChidren(btnSceneTilte);
                 btnAutomationTitle = new Button();
+
             }
             else
             {

--
Gitblit v1.8.0