设置定时器去除hud,设置预警温度,立即更新UI

This commit is contained in:
kai60
2020-07-23 22:10:59 +08:00
parent 4bb3f1dcd5
commit 4ed0285813
3 changed files with 15 additions and 12 deletions
+6
View File
@@ -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];
}