黄学彪
2020-12-16 0d9f64668fd7350d6a21fd157e32009a96d98134
ZigbeeApp/Shared/Phone/Login/Controls/PhoneEmailSelectControl.cs
@@ -17,6 +17,20 @@
        /// </summary>
        public Action<int> SelectMenuEvent = null;
        /// <summary>
        /// 手机分支是否能用
        /// </summary>
        public bool PhoneEnable
        {
            set { if (btnPhone != null) { btnPhone.CanClick = false; } }
        }
        /// <summary>
        /// 邮箱分支是否能用
        /// </summary>
        public bool EmailEnable
        {
            set { if (btnEmail != null) { btnEmail.CanClick = false; } }
        }
        /// <summary>
        /// 手机号控件
        /// </summary>
        private NormalViewControl btnPhone = null;