测试修改
This commit is contained in:
@@ -131,6 +131,7 @@ Assign BOOL isGoChangeWiFi;//更换为设备的WiFi
|
||||
YooseeNextConnectViewController *nextvc=[[YooseeNextConnectViewController alloc] init];
|
||||
nextvc.wifiName=self.wifiName;
|
||||
nextvc.wifiPwd=self.wifiPwd;
|
||||
|
||||
nextvc.conectType =conectType_ap;
|
||||
[self.navigationController pushViewController:nextvc animated:YES];
|
||||
}
|
||||
|
||||
@@ -68,7 +68,7 @@ Copy NSString *deviceId;
|
||||
// // Do any additional setup after loading the view.
|
||||
self.timer = [NSTimer timerWithTimeInterval:1 target:self selector:@selector(timerAction) userInfo:nil repeats:YES];
|
||||
[[NSRunLoop currentRunLoop] addTimer:self.timer forMode:NSRunLoopCommonModes];
|
||||
[self showStoreNameView];
|
||||
|
||||
|
||||
}
|
||||
//AP模式配网
|
||||
@@ -349,6 +349,10 @@ Copy NSString *deviceId;
|
||||
};
|
||||
store.sureBlock=^(NSString*name)
|
||||
{
|
||||
if (!name)
|
||||
{
|
||||
name=@"宠物店";
|
||||
}
|
||||
[weakSelf.mask removeFromSuperview];
|
||||
[weakSelf.storeNameView removeFromSuperview];
|
||||
weakSelf.storeName=name;
|
||||
|
||||
Reference in New Issue
Block a user