浏览代码

1.同步日志--1.设备首次激活且首次进入客户端首页弹出密钥弹框(含时间倒计时)

huangxiaodong 6 月之前
父节点
当前提交
2b96429c23
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. 4 5
      创维盒子/双子星云手机/CloudPlayer/View/playerShowSecretkeyView.m

+ 4 - 5
创维盒子/双子星云手机/CloudPlayer/View/playerShowSecretkeyView.m

@@ -1,13 +1,12 @@
 //
 //  playerShowSecretkeyView.m
-//  隐私保护
+  //
 //
-//  Created by xd h on 2023/11/6.
+//  Created David on 2023/11/6.
 //
 
 #import "playerShowSecretkeyView.h"
 #import "RSATool.h"
-#import "connectDeviceManager.h"
 
 @interface playerShowSecretkeyView()
 
@@ -135,13 +134,13 @@
     gl.frame = CGRectMake(0,0,okBtn_W,40);
     gl.startPoint = CGPointMake(0, 0.5);
     gl.endPoint = CGPointMake(1, 0.5);
-    gl.colors = @[(__bridge id)HW0CDEFDColor.CGColor, (__bridge id)HW058DFBColor.CGColor];
+    gl.colors = @[(__bridge id)HWFFE10FColor.CGColor, (__bridge id)HWFFE411Color.CGColor];
     gl.locations = @[@(0), @(1.0f)];
     _closeBut.layer.cornerRadius = 8;
     _closeBut.clipsToBounds = YES;
     [_closeBut.layer addSublayer:gl];
     [_closeBut setTitle:butTitle forState:(UIControlStateNormal)];
-    [_closeBut setTitleColor:[UIColor whiteColor] forState:(UIControlStateNormal)];
+    [_closeBut setTitleColor:[UIColor blackColor] forState:(UIControlStateNormal)];
     [_closeBut addTarget:self action:@selector(closeViewFun) forControlEvents:UIControlEventTouchUpInside];
     
 //    NSString* curLanguage = [DDYLanguageTool ddy_AppLanguage];