提交
This commit is contained in:
@@ -100,6 +100,7 @@
|
||||
[[QXGlobal shareGlobal].alertViewController hideViewFinishBlock:^{
|
||||
QXLOG(@"页面关闭");
|
||||
// [weakSelf popNiceGiftView];
|
||||
[weakSelf.homeVC popFirstRechargeView];
|
||||
}];
|
||||
};
|
||||
view.gotoActionBlock = ^{
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
self.oneMouthBtn = [[UIButton alloc] init];
|
||||
self.oneMouthBtn.hidden = YES;
|
||||
UIImage *one_mouth_norImage = [UIImage imageNamed:@"one_mouth_money"];
|
||||
UIImage *one_mouth_selImage = [UIImage imageNamed:@"one_mouth_money"];
|
||||
UIImage *one_mouth_selImage = [UIImage imageNamed:@"one_mouth_money_sel"];
|
||||
[self.oneMouthBtn setBackgroundImage:one_mouth_norImage forState:(UIControlStateNormal)];
|
||||
[self.oneMouthBtn setBackgroundImage:one_mouth_selImage forState:(UIControlStateSelected)];
|
||||
[self.oneMouthBtn setTitleColor:RGB16(0xffffff) forState:(UIControlStateNormal)];
|
||||
|
||||
Reference in New Issue
Block a user