NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:weakSelf.indexPathSelected.section];
[weakSelf.tableView reloadSections:indexSet withRowAnimation:UITableViewRowAnimationNone];
设置刷新指定行时无动画即UITableViewRowAnimationNone
NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:weakSelf.indexPathSelected.section];
[weakSelf.tableView reloadSections:indexSet withRowAnimation:UITableViewRowAnimationNone];
设置刷新指定行时无动画即UITableViewRowAnimationNone