From e5f993f52e09eb46878baced83bb8492f147d41c Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期一, 04 十一月 2019 17:58:40 +0800
Subject: [PATCH] 2019-11-04-1

---
 ZigbeeApp/Shared/Phone/UserCenter/Safety/AddCoerceContactForm.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Safety/AddCoerceContactForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Safety/AddCoerceContactForm.cs
index 0b290e0..e354e1d 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Safety/AddCoerceContactForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Safety/AddCoerceContactForm.cs
@@ -47,11 +47,11 @@
             bodyFrameLayout.AddChidren(row);
 
             //鑱旂郴鐢佃瘽
-            var txtPhone = new PhoneAreaControl();
-            txtPhone.Gravity = Gravity.CenterVertical;
-            row.AddChidren(txtPhone);
-            txtPhone.InitControl(this);
-            txtPhone.txtPhone.PlaceholderText = Language.StringByID(R.MyInternationalizationString.uPleaseInputContactWay);
+            //var txtPhone = new PhoneAreaControl();
+            //txtPhone.Gravity = Gravity.CenterVertical;
+            //row.AddChidren(txtPhone);
+            //txtPhone.InitControl(this);
+            //txtPhone.txtPhone.PlaceholderText = Language.StringByID(R.MyInternationalizationString.uPleaseInputContactWay);
 
             //鎻愮ず淇℃伅
             this.txtMsg = new NormalViewControl(800, true);
@@ -134,7 +134,7 @@
             }
 
             //妫�娴嬫墜鏈哄彿鏍煎紡
-            if (UserCenterLogic.CheckPhoneNumber(phone, areaCode) == false)
+            if (HdlCheckLogic.Current.CheckPhoneNumber(phone, areaCode) == false)
             {
                 //杩欎笉鏄竴涓湁鏁堢殑鎵嬫満鍙�
                 txtMsg.Text = Language.StringByID(R.MyInternationalizationString.uThisIsNotPhoneNumberType);

--
Gitblit v1.8.0