旧设备设置入口还原

This commit is contained in:
祝发冬 2022-07-26 19:53:58 +08:00
parent bfea224e9e
commit deb671cd0a
1 changed files with 1 additions and 1 deletions

View File

@ -1193,7 +1193,7 @@
[self.navigationController pushViewController:_settingVC animated:YES];
}
else if (self.dataModel.gasPump.length) {
XuanduoSettingController *_settingVC = [[XuanduoSettingController alloc] init];
Xuanduo2SettingController *_settingVC = [[Xuanduo2SettingController alloc] init];
_settingVC.currentdevice = self.currentDevice;
_settingVC.dataModel = self.dataModel;
[self.navigationController pushViewController:_settingVC animated:YES];