ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/BelongAreaControl.cs
old mode 100644 new mode 100755
File was renamed from ZigbeeApp20200828/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/BelongAreaControl.cs
@@ -144,12 +144,16 @@
            //右箭头
            this.AddRightArrow();
            //如果当前是展示模板,则需要处理
            if (Common.Config.Instance.Home.IsShowTemplate == false)
            {
            this.ButtonClickEvent += (sender, e) =>
            {
                //区域选择
                this.ShowSelectRoom(btnTextView, i_caption);
            };
        }
        }
        #endregion