删除立即充值按钮

This commit is contained in:
2025-12-19 21:36:11 +08:00
parent 2cacaab974
commit d612346db5
3 changed files with 7 additions and 11 deletions

View File

@@ -277,10 +277,6 @@ static void KBSkinInstallNotificationCallback(CFNotificationCenterRef center,
- (void)keyBoardMainView:(KBKeyBoardMainView *)keyBoardMainView didTapToolActionAtIndex:(NSInteger)index {
if (index == 0) {
[self showSubscriptionPanel];
return;
}
if (index == 1) {
[self showFunctionPanel:YES];
return;
}