This commit is contained in:
2025-11-17 20:07:39 +08:00
parent ee433db4ad
commit 005e3c7581
43 changed files with 529 additions and 172 deletions

View File

@@ -254,7 +254,7 @@ static NSString * const kKBJfPayCellId = @"kKBJfPayCellId";
}
- (void)agreementButtonAction{
[KBHUD showInfo:@"跳转协议"];
[KBHUD showInfo:KBLocalized(@"Open agreement")];
}
#pragma mark - Lazy UI

View File

@@ -127,10 +127,10 @@ static NSString * const kKBVipReviewListCellId = @"kKBVipReviewListCellId";
#pragma mark - Bottom Actions
- (void)onTapPayButton {
// TODO: UI
[KBHUD showInfo:@"Pay clicked"];
[KBHUD showInfo:KBLocalized(@"Pay clicked")];
}
- (void)agreementButtonAction{
[KBHUD showInfo:@"跳转协议"];
[KBHUD showInfo:KBLocalized(@"Open agreement")];
}
#pragma mark - UICollectionView DataSource