| | |
| | | this.dxErrorProvider1.SetError(this.txtMobileNumber, "请输入正确手机号码"); |
| | | return; |
| | | } |
| | | this.labSendCode.Enabled = false; |
| | | |
| | | var bol = await BLLFactory<Yw.BLL.ToolSms>.Instance.SendCode(_template, mobile, _software); |
| | | if (bol) |
| | | { |
| | | this.labSendCode.Enabled = false; |
| | | StartCountdown(); |
| | | } |
| | | else |
| | |
| | | this.dxErrorProvider1.SetError(this.txtMobileNumber, "发送失败"); |
| | | this.labSendCode.Enabled = true; |
| | | } |
| | | |
| | | |
| | | } |
| | | |
| | | private void StartCountdown() |
| | |
| | | var result = await BLLFactory<Yw.BLL.UserLogin>.Instance.LoginSoftwareStandardBySmsAccount(_template, mobile, _software, validCode, null); |
| | | this.LoginEndEvet?.Invoke(result); |
| | | } |
| | | |
| | | |
| | | } |
| | | } |