epptouch sdk更新,闪退修改强化
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@
|
||||
xuanduoModel.waterLevel=[dataString substringWithRange:NSMakeRange(84, 2)];
|
||||
}
|
||||
}
|
||||
else if ([type isEqualToString:DECICE_TYPE_XUANDUO3F]&&[model isKindOfClass:[Xuanduo3fModel class]])
|
||||
else if ([type isEqualToString:DECICE_TYPE_XUANDUO3F]&&[model isKindOfClass:[Xuanduo3fModel class]]&&dataString.length>67)
|
||||
{
|
||||
|
||||
Xuanduo3fModel*xuanduoModel=model;
|
||||
|
||||
+1
-1
@@ -1038,7 +1038,7 @@
|
||||
|
||||
#pragma mark -设置页面 -
|
||||
- (void)setting {
|
||||
if (self.dataModel.gasPump) {
|
||||
if (self.dataModel.gasPump.length) {
|
||||
Xuanduo2SettingController *_settingVC = [[Xuanduo2SettingController alloc] init];
|
||||
_settingVC.currentdevice = self.currentDevice;
|
||||
_settingVC.dataModel = self.dataModel;
|
||||
|
||||
Reference in New Issue
Block a user