|
|
@@ -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:@"全天"])
|