完成 2.7.32 需求
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
_submitButton = [UIButton buttonWithType:UIButtonTypeCustom];
|
||||
[_submitButton setTitleColor:[DJDKMIMOMColor disableButtonTextColor] forState:UIControlStateDisabled];
|
||||
[_submitButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
|
||||
[_submitButton setTitle:YMLocalizedString(@"XPMineModifPayPwdViewController7") forState:UIControlStateNormal];
|
||||
[_submitButton setTitle:YMLocalizedString(@"XPAnchorAudienceUpMicView2") forState:UIControlStateNormal];
|
||||
_submitButton.titleLabel.font = [UIFont systemFontOfSize:16 weight:UIFontWeightRegular];
|
||||
_submitButton.layer.masksToBounds = YES;
|
||||
_submitButton.layer.cornerRadius = 45/2;
|
||||
|
Reference in New Issue
Block a user