|
@@ -14,7 +14,7 @@
|
|
|
#import "HaveNoticeView.h"
|
|
|
//#import "boxCheckStatusModel.h"
|
|
|
#import "imageVersionRenewTipView.h"
|
|
|
-#import "playerShowSecretkeyView.h"
|
|
|
+
|
|
|
|
|
|
@interface cloudPhoneViewController ()
|
|
|
{
|
|
@@ -33,7 +33,7 @@
|
|
|
//输入密码完成
|
|
|
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(didInpuPwdOkFun) name:didInputPWDNotification object:nil];
|
|
|
|
|
|
- [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(getCouldPhoneSysInfoFun:) name:getCouldPhoneSysInfoNotification object:nil];
|
|
|
+ //[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(getCouldPhoneSysInfoFun:) name:getCouldPhoneSysInfoNotification object:nil];
|
|
|
|
|
|
[self.view setBackgroundColor:HWF5F7FAColor];
|
|
|
|
|
@@ -484,22 +484,22 @@
|
|
|
}
|
|
|
|
|
|
#pragma mark 获取到云机系统相关基本信息
|
|
|
-- (void)getCouldPhoneSysInfoFun:(NSNotification*)not
|
|
|
-{//弹框流程 优先级:强制盒子更新弹窗 > APP版本更新弹窗 > 通知公告弹窗
|
|
|
-
|
|
|
- if(didGetSysInfoType){//弹框流程已经走过
|
|
|
- return;
|
|
|
- }
|
|
|
-
|
|
|
- didGetSysInfoType = YES;
|
|
|
-
|
|
|
- if(ksharedAppDelegate.isNeedShowImageNewType){//强制盒子更新弹窗
|
|
|
- mainBlock(^{
|
|
|
- [self showImageViewRenewTipViewFun];
|
|
|
- });
|
|
|
-
|
|
|
- }
|
|
|
-}
|
|
|
+//- (void)getCouldPhoneSysInfoFun:(NSNotification*)not
|
|
|
+//{//弹框流程 优先级:强制盒子更新弹窗 > APP版本更新弹窗 > 通知公告弹窗
|
|
|
+//
|
|
|
+// if(didGetSysInfoType){//弹框流程已经走过
|
|
|
+// return;
|
|
|
+// }
|
|
|
+//
|
|
|
+// didGetSysInfoType = YES;
|
|
|
+//
|
|
|
+// if(ksharedAppDelegate.isNeedShowImageNewType){//强制盒子更新弹窗
|
|
|
+// mainBlock(^{
|
|
|
+// [self showImageViewRenewTipViewFun];
|
|
|
+// });
|
|
|
+//
|
|
|
+// }
|
|
|
+//}
|
|
|
|
|
|
|
|
|
#pragma mark - 查询掌机情况
|