Skip to content

Commit f339848

Browse files
committed
关于我们 - 更新
1 parent 43dc9fa commit f339848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Coding_iOS/Controllers/MeSetting/AboutViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ - (void)viewDidLoad{
6666
infoLabel.font = [UIFont systemFontOfSize:12];
6767
infoLabel.textColor = kColor666;
6868
infoLabel.textAlignment = NSTextAlignmentCenter;
69-
infoLabel.text = [NSString stringWithFormat:@"官网:https://coding.net \nE-mail:link@coding.net \n微博:Coding \n微信:扣钉Coding"];
69+
infoLabel.text = [NSString stringWithFormat:@"官网:https://coding.net \nE-mail:support@coding.net \n微博:Coding \n微信:扣钉Coding\nQQ 群:617404718"];
7070
[self.view addSubview:infoLabel];
7171

7272
[logoView mas_makeConstraints:^(MASConstraintMaker *make) {
@@ -89,7 +89,7 @@ - (void)viewDidLoad{
8989
[infoLabel mas_makeConstraints:^(MASConstraintMaker *make) {
9090
make.bottom.equalTo(self.view.mas_bottom).offset(-infoLabelBottom);
9191
make.left.right.mas_equalTo(self.view);
92-
make.height.mas_equalTo(5*infoLabel.font.pointSize);
92+
make.height.mas_equalTo(6*infoLabel.font.pointSize);
9393
}];
9494

9595
UITableView *tableView = [[UITableView alloc] initWithFrame:self.view.bounds style:UITableViewStylePlain];

0 commit comments

Comments
 (0)