From 65bcedda4d8e3ff6500dbf59a4e607d96e469375 Mon Sep 17 00:00:00 2001 From: tzy <hxb@hdlchina.com.cn> Date: 星期二, 25 五月 2021 15:47:15 +0800 Subject: [PATCH] 初步完成过户的功能 --- HDL_ON/UI/UI0-Public/TopViewDiv.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI0-Public/TopViewDiv.cs b/HDL_ON/UI/UI0-Public/TopViewDiv.cs index fb5f8be..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); } -- Gitblit v1.8.0