设置定时器去除hud,设置预警温度,立即更新UI
This commit is contained in:
@@ -184,6 +184,12 @@ Assign BOOL isInitHostoryView;
|
||||
self.vo.wornCode=code;
|
||||
self.vo.upTeamp=up;
|
||||
self.vo.downTeamp=down;
|
||||
IfishHotBarVo*vo1=self.datas[1];
|
||||
if (!IsEmptyStr(self.vo.upTeamp)) {
|
||||
vo1.subTitle = [NSString stringWithFormat:@"%.1f°c~%.1f°c",[self.vo.downTeamp floatValue],[self.vo.upTeamp floatValue]];
|
||||
}
|
||||
|
||||
[self.mainTableView reloadData];
|
||||
[self setTeampletureWithUp:self.vo.upTeamp andDown:self.vo.downTeamp andHnum:0 andWarmC:self.vo.wornCode];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user