摄像头增加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:@"敬请期待"]; 加热棒
|
||||
|
||||
|
||||
|
||||
@@ -753,18 +753,7 @@ Assign BOOL isPush;
|
||||
|
||||
[self getMessageCount];
|
||||
//刷新观看人数
|
||||
if (_isPush) {
|
||||
|
||||
NSIndexPath *indexPath =[NSIndexPath indexPathForRow:0 inSection:0];
|
||||
NSArray *arr =nil;
|
||||
if (_didSelectIndexPath) {
|
||||
arr =@[indexPath,_didSelectIndexPath];
|
||||
}else{
|
||||
arr =@[indexPath];
|
||||
}
|
||||
|
||||
[self.tableView reloadRowsAtIndexPaths:arr withRowAnimation:UITableViewRowAnimationNone];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
-(void)refreshUI{
|
||||
|
||||
Reference in New Issue
Block a user