充值钻石图标
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
make.centerX.mas_equalTo(self.view);
|
||||
make.top.mas_equalTo(self.forgetPasswordButton.mas_bottom).offset(30);
|
||||
make.left.right.mas_equalTo(self.codeView);
|
||||
make.height.mas_equalTo(45);
|
||||
make.height.mas_equalTo(50);
|
||||
}];
|
||||
|
||||
[self.forgetPasswordButton mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
|
@@ -122,7 +122,7 @@
|
||||
if (!_iconImageView) {
|
||||
_iconImageView = [[UIImageView alloc] init];
|
||||
_iconImageView.contentMode = UIViewContentModeScaleAspectFit;
|
||||
_iconImageView.image = [UIImage imageNamed:@"mine_recharge_diamond"];
|
||||
_iconImageView.image = [UIImage imageNamed:@"common_diamond"];
|
||||
}
|
||||
return _iconImageView;
|
||||
}
|
||||
|
@@ -92,7 +92,7 @@
|
||||
- (UIImageView *)iconImageView {
|
||||
if (!_iconImageView) {
|
||||
_iconImageView = [[UIImageView alloc] init];
|
||||
_iconImageView.image = [UIImage imageNamed:@"mine_recharge_diamond"];
|
||||
_iconImageView.image = [UIImage imageNamed:@"common_diamond"];
|
||||
_iconImageView.contentMode = UIViewContentModeScaleAspectFit;
|
||||
}
|
||||
return _iconImageView;
|
||||
|
Reference in New Issue
Block a user