Skip to content

Commit 545f3b3

Browse files
committed
从系统通知里条转到项目页面,对公有私有项目的判断
1 parent 0b6cfe8 commit 545f3b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Coding_iOS/Controllers/ProjectViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ - (void)requestForMyProject{
118118
[[Coding_NetAPIManager sharedManager] request_ProjectDetail_WithObj:_myProject andBlock:^(id data, NSError *error) {
119119
[weakSelf.view endLoading];
120120
if (data) {
121-
[weakSelf configNavBtnWithMyProject];
122121
weakSelf.myProject = data;
122+
[weakSelf configNavBtnWithMyProject];
123123
[self refreshWithViewType:_curIndex];
124124
}
125125
}];

0 commit comments

Comments
 (0)