We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6cfe8 commit 545f3b3Copy full SHA for 545f3b3
1 file changed
Coding_iOS/Controllers/ProjectViewController.m
@@ -118,8 +118,8 @@ - (void)requestForMyProject{
118
[[Coding_NetAPIManager sharedManager] request_ProjectDetail_WithObj:_myProject andBlock:^(id data, NSError *error) {
119
[weakSelf.view endLoading];
120
if (data) {
121
- [weakSelf configNavBtnWithMyProject];
122
weakSelf.myProject = data;
+ [weakSelf configNavBtnWithMyProject];
123
[self refreshWithViewType:_curIndex];
124
}
125
}];
0 commit comments