airkiss改为一次,

This commit is contained in:
祝发冬
2023-08-23 19:40:41 +08:00
parent 13ab8a3a3b
commit 2d539cb1b5
4 changed files with 11 additions and 5 deletions
@@ -20,7 +20,7 @@
[super viewDidLoad];
// Do any additional setup after loading the view.
[self addTitleViewWithTitle:@"修改名称"];
self.maxNameLength = 8;
self.maxNameLength = 6;
UIButton *tureButton = [UIButton buttonWithType:UIButtonTypeCustom];
tureButton.frame = CGRectMake(kScreenSize.width - 100, 10, 60, 60);
@@ -771,7 +771,13 @@ extern BOOL isfromCameraView;
}
else if (type == ConnectTypeAP)
{
[self goSettingClick:nil];
[UIPasteboard generalPasteboard].string=@"12345678";
[self.view makeToast:@"密码已复制,可直接粘贴"];
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.35 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
[self goSettingClick:nil];
});
}