1
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#import "HomeHeadView.h"
|
||||
#import "UIImage+KBColor.h"
|
||||
#import "KBTopImageButton.h"
|
||||
#import "KBJfPay.h"
|
||||
#import "KBVipPay.h"
|
||||
|
||||
|
||||
@interface HomeHeadView()
|
||||
@@ -163,7 +163,7 @@
|
||||
#pragma mark - Actions
|
||||
- (void)onTapBuyAction {
|
||||
// if (self.onTapBuy) { self.onTapBuy(); }
|
||||
KBJfPay *vc = [[KBJfPay alloc] init];
|
||||
KBVipPay *vc = [[KBVipPay alloc] init];
|
||||
[KB_CURRENT_NAV pushViewController:vc animated:true];
|
||||
}
|
||||
|
||||
|
||||
@@ -180,11 +180,11 @@
|
||||
|
||||
[self.leftBgImageView mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.left.right.top.equalTo(self.secWhiteContentView);
|
||||
// make.bottom.equalTo(self.secWhiteContentView);
|
||||
make.height.mas_equalTo(466);
|
||||
}];
|
||||
[self.rightBgImageView mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.left.right.top.equalTo(self.secWhiteContentView);
|
||||
// make.bottom.equalTo(self.secWhiteContentView);
|
||||
make.height.mas_equalTo(466);
|
||||
}];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user