We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1968e3 commit 850f485Copy full SHA for 850f485
Coding_iOS/Controllers/NProjectViewController/NProjectViewController.m
@@ -284,7 +284,7 @@ - (NSString *)p_TipStrForIndexPath:(NSIndexPath *)indexPath{
284
285
#pragma mark goTo VC
286
- (void)goToIndex:(NSInteger)index{
287
- if (index == 0 && _myProject.current_user_role_id.integerValue >= 80) {
+ if (index == 0) {
288
__weak typeof(self) weakSelf = self;
289
[[Coding_NetAPIManager sharedManager] request_Project_UpdateVisit_WithObj:_myProject andBlock:^(id data, NSError *error) {
290
if (data) {
0 commit comments