//使底部显现
if (_bIsOpen) {
[self.tableView scrollRectToVisible:CGRectMake(0, (indexPath.row+1) * self.tableView.rowHeight, treeNodeCell.frame.size.width, 53) animated:YES];
}
//使底部显现
if (_bIsOpen) {
[self.tableView scrollRectToVisible:CGRectMake(0, (indexPath.row+1) * self.tableView.rowHeight, treeNodeCell.frame.size.width, 53) animated:YES];
}