wei
2021-02-23 0f5d7d18f98d6d961b3d21dc2b1b59905e261fff
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);