修复bug
This commit is contained in:
@@ -356,7 +356,7 @@
|
||||
- (UIButton *)protcoloButton {
|
||||
if (!_protcoloButton) {
|
||||
_protcoloButton = [UIButton buttonWithType:UIButtonTypeCustom];
|
||||
[_protcoloButton setTitle:@"《用户充值协议》" forState:UIControlStateNormal];
|
||||
[_protcoloButton setTitle:YMLocalizedString(@"XPIAPRechargeViewController3") forState:UIControlStateNormal];
|
||||
[_protcoloButton setTitleColor:[DJDKMIMOMColor appMainColor] forState:UIControlStateNormal];
|
||||
_protcoloButton.titleLabel.font = [UIFont systemFontOfSize:12];
|
||||
[_protcoloButton addTarget:self action:@selector(protcoloButtonAction:) forControlEvents:UIControlEventTouchUpInside];
|
||||
@@ -376,7 +376,7 @@
|
||||
- (UILabel *)contactLabel {
|
||||
if (!_contactLabel) {
|
||||
_contactLabel = [[UILabel alloc] init];
|
||||
_contactLabel.text = @"如有任何问题请咨询客服,Piko号:88001";
|
||||
_contactLabel.text = [NSString stringWithFormat:@"%@: 88001",YMLocalizedString(@"XPIAPRechargeViewController5")];
|
||||
_contactLabel.font = [UIFont systemFontOfSize:12];
|
||||
_contactLabel.textColor = [DJDKMIMOMColor appMainColor];
|
||||
}
|
||||
|
@@ -283,7 +283,7 @@
|
||||
- (UIButton *)protcoloButton {
|
||||
if (!_protcoloButton) {
|
||||
_protcoloButton = [UIButton buttonWithType:UIButtonTypeCustom];
|
||||
[_protcoloButton setTitle:@"《用户充值协议》" forState:UIControlStateNormal];
|
||||
[_protcoloButton setTitle:YMLocalizedString(@"XPIAPRechargeViewController3") forState:UIControlStateNormal];
|
||||
[_protcoloButton setTitleColor:[DJDKMIMOMColor appMainColor] forState:UIControlStateNormal];
|
||||
_protcoloButton.titleLabel.font = [UIFont systemFontOfSize:12];
|
||||
[_protcoloButton addTarget:self action:@selector(protcoloButtonAction:) forControlEvents:UIControlEventTouchUpInside];
|
||||
|
Reference in New Issue
Block a user