bug修改,4.7.3提交审核

This commit is contained in:
kai60
2019-11-19 11:33:11 +08:00
parent d6b201c341
commit 82590f8fba
8 changed files with 31 additions and 16 deletions
@@ -230,7 +230,7 @@ Strong UIButton *nextBtn;
BOOL isRight =[dataContorl isIncludeSpecialCharact:self.wifiPwdTextField.text];
if (!isRight) {
[self.view makeToast:@"路由器密码不能包含特殊字符,只能为数字、字母或下划线"];
[self.view makeToast:@"您输入的密码带特殊符号,请更改路由器密码。"];
return;
}
[self.wifiPwdTextField resignFirstResponder];