陈嘉乐
2021-03-16 e1ac4ab0e68024e6289e0b11756962d662749b04
HDL_ON/UI/UI0-Stan/Form/DeviceFunctionCardCommonForm.cs
old mode 100755 new mode 100644
@@ -51,11 +51,14 @@
        /// </summary>
        public NormalFrameLayout FrameWhiteCentet2 = null;
        /// <summary>
        /// 是否显示收藏按钮
        /// </summary>
        public bool ShowColltionButton = true;
        #endregion
        #region ■ 初始化_____________________________
        /// <summary>
        /// 画面显示(底层会固定调用此方法,借以完成画面创建)
        /// </summary>
@@ -138,7 +141,7 @@
            btnRoomName.Width = btnRoomName.GetRealWidthByText();
            FrameWhiteCentet1.AddChidren(btnRoomName);
            //成员没有收藏功能
            if (DB_ResidenceData.Instance.CurrentRegion.IsOthreShare == false)
            if (DB_ResidenceData.Instance.CurrentRegion.IsOthreShare == false && ShowColltionButton)
            {
                var btnCollection = new IconViewControl(40);
                btnCollection.X = Application.GetRealWidth(273);