音萌企业包2.1.1发版

This commit is contained in:
liyuhua
2024-03-14 14:18:49 +08:00
parent 28ad714f6f
commit 6378a2e509
4 changed files with 8 additions and 11 deletions

View File

@@ -31,7 +31,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"

View File

@@ -10,6 +10,7 @@
#import <Masonry/Masonry.h>
#import <IQKeyboardManager.h>
#import <QYSDK_NIM/QYSDK.h>
#import <NIMSDK/NIMSDK.h>
///Tool
#import "TTPopup.h"
#import "XPMacro.h"
@@ -66,6 +67,7 @@
#import "XPMineCollectRoomListViewController.h"
#import "XPNewUserRechargeViewController.h"
#import "XPMineGameOrderVC.h"
#import "SessionViewController.h"
@interface XPMineViewController ()<UITableViewDelegate, UITableViewDataSource, XPMineProtocol, XPMineHeadItemTableViewCellDelegate, XPMineHeadViewDelegate, XPMineMoreTableViewCellDelegate, XPHomeBannerTableViewCellDelegate>
@@ -662,15 +664,9 @@
}
break;
case XPMineItemType_Customer_Center: {
[QYSDK sharedSDK].customUIConfig.customerHeadImageUrl = self.userInfo.avatar;
QYSource *source = [[QYSource alloc] init];
source.title = @"音萌客服";
source.urlString = @"https://gzhfwlkjyxgs.qiyukf.com/";
[[IQKeyboardManager sharedManager].disabledDistanceHandlingClasses addObject:[QYSessionViewController class]];
QYSessionViewController *sessionViewController = [[QYSDK sharedSDK] sessionViewController];
sessionViewController.sessionTitle = @"音萌客服";
sessionViewController.source = source;
[self.navigationController pushViewController:sessionViewController animated:YES];
NIMSession *session = [NIMSession session:@"200014" type:NIMSessionTypeP2P];
SessionViewController *sessionVC = [[SessionViewController alloc] initWithSession:session];
[self.navigationController pushViewController:sessionVC animated:YES];
}
break;

View File

@@ -78,6 +78,7 @@
make.right.mas_equalTo(0);
make.height.mas_equalTo(12);
}];
}
#pragma mark - Getters And Setters
- (void)setModel:(XPRoomRecommendModel *)model {

View File

@@ -255,7 +255,7 @@
owner.uid = roomInfo.uid;
owner.gender = roomInfo.gender;
UIView<MicroViewProtocol> *ownerView = [self findMicroViewByIndex:0];
[ownerView configUser:owner];
[ownerView configUser:owner ];
}
if (self.isMiniEnter || !isHandleRTC) {