Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8389c23

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /