Commit 504d401c authored by guanghui.shi's avatar guanghui.shi

文案更改

parent 9b6f2d63
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
make.top.inset(15.0f); make.top.inset(15.0f);
}]; }];
///邀请链接 ///邀请链接
UIButton *inviteBtn = [UIButton creatButtonWithSuperView:rightView title:@"邀请链接" titleFont:[UIFont qg_regularFontOfSize:16.0f] textColor:UIColor.yyMainThemeColor]; UIButton *inviteBtn = [UIButton creatButtonWithSuperView:rightView title:@"复制链接" titleFont:[UIFont qg_regularFontOfSize:16.0f] textColor:UIColor.yyMainThemeColor];
[inviteBtn mas_makeConstraints:^(MASConstraintMaker *make) { [inviteBtn mas_makeConstraints:^(MASConstraintMaker *make) {
make.left.inset(0); make.left.inset(0);
make.height.mas_equalTo(40); make.height.mas_equalTo(40);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment