huangyp 6 years ago
parent
commit
1530c3925c

+ 1 - 1
shiku_im/shiku_im/controller/myOA/JOOAOutSelectAddressVC.m

@@ -1151,7 +1151,7 @@
 - (NSString *)getNetWorkStates
 {
     
-    if(statusX){
+    if(statusX || iOS13){
         
         return @"4G";
         

+ 1 - 1
shiku_im/shiku_im/controller/myOA/JOOutWorkPlanVC.m

@@ -2774,7 +2774,7 @@
     if (indexPath.row==3)
     {
         UISegmentedControl  * segment = [[UISegmentedControl alloc]initWithItems:@[@"半天",@"全天"]];
-        segment.frame =CGRectMake(SCREEN_WIDTH-70, 10, 65, 20);
+        segment.frame =CGRectMake(SCREEN_WIDTH-90, 10, 85, 20);
         [segment addTarget:self action:@selector(clickSegment:) forControlEvents:UIControlEventValueChanged];
         segment.tag=indexPath.section;
         if ([model.Shiduan isEqualToString:@"全天"])

+ 3 - 3
shiku_im/shiku_im/文件夹3/MainView/NewWoVC.m

@@ -712,11 +712,11 @@ static NSString *cellID = @"cellID";
 
     lbl.font = [UIFont systemFontOfSize:20];
 
-    lbl.textColor = [UIColor redColor];
+    lbl.textColor = [UIColor blackColor];
 
-    [lbl setTextAlignment:0];
+    [lbl setTextAlignment:1];
 
-    [lbl setBackgroundColor:[UIColor blackColor]];
+    [lbl setBackgroundColor:BGKJ_COLOR];
 
     }