Skip to content

Commit 850f485

Browse files
committed
更新项目已读,不需要根据成员的角色限制
1 parent a1968e3 commit 850f485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coding_iOS/Controllers/NProjectViewController/NProjectViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ - (NSString *)p_TipStrForIndexPath:(NSIndexPath *)indexPath{
284284

285285
#pragma mark goTo VC
286286
- (void)goToIndex:(NSInteger)index{
287-
if (index == 0 && _myProject.current_user_role_id.integerValue >= 80) {
287+
if (index == 0) {
288288
__weak typeof(self) weakSelf = self;
289289
[[Coding_NetAPIManager sharedManager] request_Project_UpdateVisit_WithObj:_myProject andBlock:^(id data, NSError *error) {
290290
if (data) {

0 commit comments

Comments
 (0)