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 850f485

Browse files
更新项目已读,不需要根据成员的角色限制
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

Lines changed: 1 addition & 1 deletion
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)

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