From b78a4d0ca90416d37fcbaf5e54b00f7eaab53919 Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期一, 14 十月 2019 17:03:58 +0800
Subject: [PATCH] 2019-10-14-2
---
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