摄像头增加AP配网模式,bug修改,bugly id修改
摄像头增加AP配网模式,bug修改,bugly id修改 其他页面修改,细节处理
This commit is contained in:
@@ -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