Commit ec0cd61a authored by yuzheng.tz's avatar yuzheng.tz

修复bug:相册列表未及时刷新

parent 8b22435a
...@@ -612,7 +612,7 @@ ...@@ -612,7 +612,7 @@
photoPickerVc.model = model; photoPickerVc.model = model;
__weak typeof(self) weakSelf = self; __weak typeof(self) weakSelf = self;
[photoPickerVc setBackButtonClickHandle:^(TZAlbumModel *model) { [photoPickerVc setBackButtonClickHandle:^(TZAlbumModel *model) {
[weakSelf.albumArr replaceObjectAtIndex:indexPath.row withObject:model]; [weakSelf configTableView];
}]; }];
[self.navigationController pushViewController:photoPickerVc animated:YES]; [self.navigationController pushViewController:photoPickerVc animated:YES];
[tableView deselectRowAtIndexPath:indexPath animated:NO]; [tableView deselectRowAtIndexPath:indexPath animated:NO];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment