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 5864cc7

Browse files
bug - 公告列表的标题应该是"公告列表",不是项目名称
1 parent 0b320b8 commit 5864cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Coding_iOS/Controllers/UserOrProjectTweetsViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ - (void)viewDidLoad
5454
if (_curTweets.tweetType == TweetTypeUserSingle) {
5555
self.title = _curTweets.curUser.name;
5656
}else if (_curTweets.tweetType == TweetTypeProject){
57-
self.title = _curTweets.curPro.name ?: @"项目内冒泡";
57+
self.title = @"公告列表";
5858
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"addBtn_Nav"] style:UIBarButtonItemStylePlain target:self action:@selector(addBtnClicked)];
5959
}else{
6060
self.title = @"冒泡列表";

0 commit comments

Comments
(0)

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