旧设备设置入口还原
This commit is contained in:
parent
bfea224e9e
commit
deb671cd0a
|
|
@ -1193,7 +1193,7 @@
|
||||||
[self.navigationController pushViewController:_settingVC animated:YES];
|
[self.navigationController pushViewController:_settingVC animated:YES];
|
||||||
}
|
}
|
||||||
else if (self.dataModel.gasPump.length) {
|
else if (self.dataModel.gasPump.length) {
|
||||||
XuanduoSettingController *_settingVC = [[XuanduoSettingController alloc] init];
|
Xuanduo2SettingController *_settingVC = [[Xuanduo2SettingController alloc] init];
|
||||||
_settingVC.currentdevice = self.currentDevice;
|
_settingVC.currentdevice = self.currentDevice;
|
||||||
_settingVC.dataModel = self.dataModel;
|
_settingVC.dataModel = self.dataModel;
|
||||||
[self.navigationController pushViewController:_settingVC animated:YES];
|
[self.navigationController pushViewController:_settingVC animated:YES];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue