旧设备设置入口还原
This commit is contained in:
+1
-1
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user