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