Browse Source

1.修复编译错误
2.去掉分享相关

huangxiaodong 6 months ago
parent
commit
193cc7a385

+ 2 - 2
创维盒子/双子星云手机/AppDelegate/PrefixHeader.pch

@@ -113,10 +113,10 @@ isBangsScreen; \
 //#define CloudService   @""
 
 //预生产环境
-//#define CloudService   @"http://testprivacy.phone.androidscloud.com:10900"
+#define CloudService   @"http://testprivacy.phone.androidscloud.com:10900"
 
 //生产环境 1.4.3 开始使用
-#define CloudService   @"http://cloud.sgbox.ai"
+//#define CloudService   @"http://cloud.sgbox.ai"
 
 
 

+ 12 - 12
创维盒子/双子星云手机/Class/Set/previewFile/audioPlayerViewController.m

@@ -196,18 +196,18 @@
         make.height.mas_equalTo(30);
     }];
     
-    UIButton *shareButton = [[UIButton alloc] init];
-    [shareButton setImage:[UIImage imageNamed:@"nas_preview_share_black"] forState:UIControlStateNormal];
-    shareButton.tag = 2;
-    [shareButton addTarget:self action:@selector(didClickHeadButtonFun:) forControlEvents:UIControlEventTouchUpInside];
-    [self.view addSubview:shareButton];
-    
-    [shareButton mas_makeConstraints:^(MASConstraintMaker *make) {
-        make.centerY.equalTo(self.titleLabel.mas_centerY).offset(0);
-        make.right.equalTo(morenButton.mas_left).offset(-20);
-        make.width.mas_equalTo(30);
-        make.height.mas_equalTo(30);
-    }];
+//    UIButton *shareButton = [[UIButton alloc] init];
+//    [shareButton setImage:[UIImage imageNamed:@"nas_preview_share_black"] forState:UIControlStateNormal];
+//    shareButton.tag = 2;
+//    [shareButton addTarget:self action:@selector(didClickHeadButtonFun:) forControlEvents:UIControlEventTouchUpInside];
+//    [self.view addSubview:shareButton];
+//    
+//    [shareButton mas_makeConstraints:^(MASConstraintMaker *make) {
+//        make.centerY.equalTo(self.titleLabel.mas_centerY).offset(0);
+//        make.right.equalTo(morenButton.mas_left).offset(-20);
+//        make.width.mas_equalTo(30);
+//        make.height.mas_equalTo(30);
+//    }];
     
 
 }

+ 1 - 0
创维盒子/双子星云手机/NAS/NASViewController.m

@@ -37,6 +37,7 @@
 #import "audioPlayingView.h"
 #import "DFPlayer.h"
 #import "queryShareReportMarkModel.h"
+#import "playerShowSecretkeyView.h"
 
 @interface NASViewController ()<UITableViewDelegate,UITableViewDataSource>
 {

+ 18 - 18
创维盒子/双子星云手机/cloudPhone/cloudPhoneViewController.m

@@ -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 - 查询掌机情况