Skip to content

Commit 8389c23

Browse files
committed
bugfix
1 parent a0ac1b1 commit 8389c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coding_iOS/Controllers/ProjectMemberListViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
214214
curMember = [_myMemberArray objectAtIndex:indexPath.row];
215215
}
216216
__weak typeof(self) weakSelf = self;
217-
cell.curMember = curMember;
218217
cell.type = _type;
218+
cell.curMember = curMember;
219219
if (_type == ProMemTypeProject) {
220220
[cell setRightUtilityButtons:[self rightButtonsWithObj:curMember] WithButtonWidth:[MemberCell cellHeight]];//编辑按钮
221221
cell.delegate = self;

0 commit comments

Comments
 (0)