This commit is contained in:
启星
2025-11-28 22:43:06 +08:00
parent 8913ea6f48
commit 7eb4f8d3b8
197 changed files with 7315 additions and 666 deletions

View File

@@ -36,6 +36,8 @@
#import "QXRoomSingerAuthViewController.h"
#import "QXMineSongListViewController.h"
#import "QXIntimateViewController.h"
#import "QXBodyPriceRuleView.h"
#import "QXFamilyViewController.h"
#import <WXApi.h>
@interface QXMineViewController ()<UITableViewDelegate,UITableViewDataSource,QXMineServiceCellDelegate,QXMainHeaderViewDelegate>
@@ -127,6 +129,12 @@
[self gotoSetting];
}
break;
case QXMineServiceTypeFamily:{
QXLOG(@"跳转家族");
QXFamilyViewController *vc = [[QXFamilyViewController alloc] init];
[self.navigationController pushViewController:vc animated:YES];
}
break;
case QXMineServiceTypeHelp:{
[self gotoService];
}
@@ -223,6 +231,10 @@
[self.navigationController pushViewController:vc animated:YES];
}
break;
case QXMainHeaderOptionTypeBodyPrice:{
[QXBodyPriceRuleView showInView:self.view];
}
break;
case QXMainHeaderOptionTypeWallet:{
QXLOG(@"跳转钱包");
BOOL result = [[NSUserDefaults standardUserDefaults] boolForKey:kWalletRuleHide];
@@ -304,7 +316,7 @@
}
-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{
if (indexPath.row == 0) {
return ScaleWidth(110);
return ScaleWidth(168);
}else{
// if (QXGlobal.shareGlobal.isOpenRecharge) {
return ScaleWidth(168);