热点连接流程修改

This commit is contained in:
wbzhan
2019-09-21 17:29:16 +08:00
parent 9342faecbc
commit 41e5233e1f
65 changed files with 2363 additions and 651 deletions
@@ -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;
}