bug修改,4.7.3提交审核
This commit is contained in:
@@ -402,13 +402,13 @@ extern BOOL isfromCameraView;
|
||||
[alert show];
|
||||
return;
|
||||
}
|
||||
// BOOL isRight =[dataContorl isIncludeSpecialCharact:_wifiTextFiled.text];
|
||||
//
|
||||
// if (!isRight) {
|
||||
// [self.view makeToast:@"Wifi密码不能包含特殊字符,只能为数字字母下划线"];
|
||||
//
|
||||
// return;
|
||||
// }
|
||||
BOOL isRight =[dataContorl isIncludeSpecialCharact:_wifiTextFiled.text];
|
||||
|
||||
if (!isRight) {
|
||||
[self.view makeToast:@"您输入的密码带特殊符号,请更改路由器密码。"];
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
[self savePassw];
|
||||
[self tapConfirmForResults];
|
||||
|
||||
Reference in New Issue
Block a user