From ee5f2543624a0e3ae9d046062b822727a31685e1 Mon Sep 17 00:00:00 2001 From: tzy <hxb@hdlchina.com.cn> Date: 星期五, 14 五月 2021 17:15:48 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/wxr4' into dev-tzy --- 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