摄像头增加AP配网模式,bug修改,bugly id修改
摄像头增加AP配网模式,bug修改,bugly id修改 其他页面修改,细节处理
This commit is contained in:
+10
-10
@@ -177,16 +177,16 @@ extern BOOL isfromCameraView;
|
||||
{
|
||||
|
||||
self.hidesBottomBarWhenPushed = YES;
|
||||
// ConAquarMethodVC *methodVC = InitObject(ConAquarMethodVC);
|
||||
// methodVC.deviceType=DEVICEHEATING;
|
||||
// methodVC.titleString=@"连接加热器";
|
||||
//
|
||||
// [self.navigationController pushViewController:methodVC animated:YES];
|
||||
|
||||
SecondConnectWifiController *wifivc=[[SecondConnectWifiController alloc]init];
|
||||
wifivc.vcTitle=@"连接加热器";
|
||||
[self.navigationController pushViewController:wifivc animated:YES];
|
||||
[wifivc addTitleViewWithTitle:@"连接加热器"];
|
||||
ConAquarMethodVC *methodVC = InitObject(ConAquarMethodVC);
|
||||
methodVC.deviceType=DEVICEHEATING;
|
||||
methodVC.titleString=@"连接加热器";
|
||||
|
||||
[self.navigationController pushViewController:methodVC animated:YES];
|
||||
|
||||
// SecondConnectWifiController *wifivc=[[SecondConnectWifiController alloc]init];
|
||||
// wifivc.vcTitle=@"连接加热器";
|
||||
// [self.navigationController pushViewController:wifivc animated:YES];
|
||||
// [wifivc addTitleViewWithTitle:@"连接加热器"];
|
||||
//[self.view makeToast:@"敬请期待"]; 加热棒
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user