fixed:1,摄像头绑定页面适配

2.wifi密码校验规则修改
This commit is contained in:
jiangxuefei718
2019-03-15 18:09:13 +08:00
parent 6f23d287c0
commit aef80f5505
6 changed files with 28 additions and 27 deletions
@@ -397,13 +397,13 @@ extern BOOL isfromCameraView;
[_wifiTextFiled resignFirstResponder];
BOOL isRight =[dataContorl isIncludeSpecialCharact:_wifiTextFiled.text];
if (!isRight) {
[self.view makeToast:@"Wifi密码不能包含特殊字符,只能为数字字母下划线"];
return;
}
// BOOL isRight =[dataContorl isIncludeSpecialCharact:_wifiTextFiled.text];
//
// if (!isRight) {
// [self.view makeToast:@"Wifi密码不能包含特殊字符,只能为数字字母下划线"];
//
// return;
// }
[self savePassw];
[self tapConfirmForResults];