HDL Home App 第二版本 旧平台金堂用 正在使用
WJC
2019-10-18 2bc230cf2e7a7329c2329b07307a47b059835bbc
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);