From 0d9f64668fd7350d6a21fd157e32009a96d98134 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期三, 16 十二月 2020 13:09:08 +0800
Subject: [PATCH] 新云端代码Ver1.2

---
 ZigbeeApp/Shared/Phone/Login/Controls/PhoneEmailSelectControl.cs |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Login/Controls/PhoneEmailSelectControl.cs b/ZigbeeApp/Shared/Phone/Login/Controls/PhoneEmailSelectControl.cs
index bd373ba..f7f37e9 100755
--- a/ZigbeeApp/Shared/Phone/Login/Controls/PhoneEmailSelectControl.cs
+++ b/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;

--
Gitblit v1.8.0