热点连接流程修改
This commit is contained in:
@@ -68,7 +68,7 @@ Strong NSMutableArray * heaterPhArray;//流量走势
|
||||
// //添加流量
|
||||
// for (int i=0; i<23; i++) {
|
||||
// CGFloat x=(i*(Rect_Width/24)+Origin_Left);
|
||||
// CGFloat y=kSizeFrom750(315);
|
||||
// CGFloat y=kSizeFrom750(441);
|
||||
// UIView *lineView = [[UIView alloc] initWithFrame:RECT(x, y, Rect_Width/24.f, 1)];
|
||||
// lineView.tag = i+100;
|
||||
// [self addSubview:lineView];
|
||||
@@ -152,7 +152,7 @@ Strong NSMutableArray * heaterPhArray;//流量走势
|
||||
for (int i=0; i<self.datas.count; i++) {
|
||||
IfishHistroyVo*vo=self.datas[i];
|
||||
CGFloat x=Origin_Left +([vo.heaterGatheringTime floatValue]/24.f)*Rect_Width;
|
||||
CGFloat y=kSizeFrom750(315);
|
||||
CGFloat y=kSizeFrom750(441);
|
||||
if ([vo.heaterPh integerValue]!=Normal_heaterPh) {
|
||||
y = Zero_Y;
|
||||
}
|
||||
@@ -183,7 +183,7 @@ Strong NSMutableArray * heaterPhArray;//流量走势
|
||||
for (int i=0; i<self.datas.count; i++) {
|
||||
IfishHistroyVo*vo=self.datas[i];
|
||||
CGFloat x=Origin_Left +([vo.heaterGatheringTime floatValue]/24.f)*Rect_Width;
|
||||
CGFloat y=kSizeFrom750(315);
|
||||
CGFloat y=kSizeFrom750(441);
|
||||
if ([vo.heaterPh integerValue]!=Normal_heaterPh) {
|
||||
y = Zero_Y;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user