新号段的正则修改

This commit is contained in:
kai60
2021-07-13 10:10:55 +08:00
parent a68c48b8e5
commit 74b1deeb81
5 changed files with 34 additions and 34 deletions
@@ -307,7 +307,7 @@
dispatch_source_cancel(_timer1);
dispatch_async(dispatch_get_main_queue(), ^{
//设置界面的按钮显示 根据自己需求设置
[timeBtn setTitle:@"语音验证码" forState:UIControlStateNormal];
// [timeBtn setTitle:@"语音验证码" forState:UIControlStateNormal];
timeBtn.userInteractionEnabled = YES;
//timeBtn.backgroundColor=COLOR_LABEL_TITLE;
[timeBtn setBackgroundImage:[UIImage imageNamed:@"registered_icon_validation"] forState:UIControlStateNormal];