Browse Source

1.打卡界面调整

time 6 years ago
parent
commit
1236966328

+ 0 - 1
shiku_im/shiku_im/controller/JOMsgViewController.m

@@ -741,7 +741,6 @@
             [self settting:2];
             self.headerView.hidden = NO;
             
-            
             [UIView animateWithDuration:1 animations:^{
                 
                 [self.tableView setContentOffset:CGPointMake(0, -121)];

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

@@ -1995,7 +1995,7 @@
             if ([istoday isEqualToString:@"yes"] ) {
                 if (indexPath.row %2 == 0) {
                     if (model.startcl_time.length > 0) {
-                        
+                        //上班打卡时间大于迟到时间
                         if ([self IsTime:model.latetime withTime:model.startcl_time] == 1) {
                             
                             if ([self IsTime:model.seriousLateTime withTime:model.startcl_time] ==1) {