宠物笼间距处理和开关

This commit is contained in:
祝发冬
2022-12-20 18:30:40 +08:00
parent 0474009708
commit bdccd4efe4
3 changed files with 10 additions and 12 deletions
@@ -201,6 +201,7 @@ static NSString *setTimerflag = @"SetTimerCell";
NSLog(@"wendu str = %@",_wenduString);
model.temperatureLabel = _wenduString;
cell.temperaturelabel.text = model.temperatureLabel;
cell.temPSwitch.hidden=NO;
[cell.temPSwitch addTarget:self action:@selector(xuTotempSwitchAction:) forControlEvents:UIControlEventTouchUpInside];
if (self.dataModel) {
Xuanduo2Model*model=self.dataModel;