WJC
2019-11-04 e5f993f52e09eb46878baced83bb8492f147d41c
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);