wxr
2020-12-18 aa1eb6c809ef1e0e050bfeac53e9f2ea4f11330c
HDL_ON/UI/UI2/FuntionControlView/Light/RelayPage.cs
old mode 100644 new mode 100755
@@ -122,8 +122,13 @@
                UnSelectedImagePath = "Collection/CollectionGrayIcon.png",
                IsSelected = light.collect
            };
            controlView.AddChidren(btnCollection);
            //controlView.AddChidren(btnCollection);
            //2020-12-16 如果是成员隐藏收藏功能
            if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare)
            {
                controlView.AddChidren(btnCollection);
            }
            btnSwitchIcon = new Button()
            {
                Gravity = Gravity.CenterHorizontal,