|
@@ -313,9 +313,9 @@
|
|
|
/*弹窗提示恢复出厂*/
|
|
|
ComontAlretViewController *nextVC = [[ComontAlretViewController alloc] initWithTiTle:NSLocalizedString(@"my_set_no_Restore_Factorying_tips",nil)
|
|
|
msg:NSLocalizedString(@"my_set_no_Restore_Factorying_msg",nil)
|
|
|
- imageStr:nil
|
|
|
+ imageStr:@""
|
|
|
cancelTitle:NSLocalizedString(@"my_set_no_Restore_Factorying",nil)
|
|
|
- okTitle:nil
|
|
|
+ okTitle:@""
|
|
|
isOkBtnHighlight:NO
|
|
|
didClickOk:^{
|
|
|
[weakSelf RestoreFactoryCompleteFun];
|
|
@@ -335,16 +335,16 @@
|
|
|
#pragma mark 恢复出厂倒计时结束
|
|
|
- (void)RestoreFactoryCompleteFun
|
|
|
{
|
|
|
- KWeakSelf
|
|
|
+ //KWeakSelf
|
|
|
//瑞云发起重连
|
|
|
//[[connectDeviceManager shareInstance] onConnectFun];
|
|
|
|
|
|
/*弹窗提示恢复出厂*/
|
|
|
ComontAlretViewController *nextVC = [[ComontAlretViewController alloc] initWithTiTle:NSLocalizedString(@"my_set_no_Restore_Factory_ok_tips",nil)
|
|
|
msg:@""
|
|
|
- imageStr:nil
|
|
|
+ imageStr:@""
|
|
|
cancelTitle:NSLocalizedString(@"my_set_no_Restore_FactoryOK",nil)
|
|
|
- okTitle:nil
|
|
|
+ okTitle:@""
|
|
|
isOkBtnHighlight:NO
|
|
|
didClickOk:^{
|
|
|
|