歌手认证修复

This commit is contained in:
启星
2025-12-05 21:27:36 +08:00
parent afcf3cc9aa
commit 9f8a36544b
5 changed files with 28 additions and 9 deletions

View File

@@ -787,7 +787,7 @@
"$(inherited)",
"$(SDKROOT)/usr/lib/swift",
);
MARKETING_VERSION = 1.1.3;
MARKETING_VERSION = 1.1.5;
PRODUCT_BUNDLE_IDENTIFIER = com.qxcm.qxlive;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -853,7 +853,7 @@
"$(inherited)",
"$(SDKROOT)/usr/lib/swift",
);
MARKETING_VERSION = 1.1.3;
MARKETING_VERSION = 1.1.5;
PRODUCT_BUNDLE_IDENTIFIER = com.qxcm.qxlive;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";

View File

@@ -441,8 +441,15 @@
self.changeBtn.hidden = NO;
self.fengcheImageView.hidden = YES;
[self configData];
[UIView animateWithDuration:0.3 animations:^{
self.userViewCopy1.nameBgView.hidden = YES;
self.userViewCopy2.nameBgView.hidden = YES;
self.userViewCopy3.nameBgView.hidden = YES;
self.userViewCopy4.nameBgView.hidden = YES;
self.userViewCopy5.nameBgView.hidden = YES;
self.userViewCopy6.nameBgView.hidden = YES;
self.userViewCopy7.nameBgView.hidden = YES;
self.userViewCopy8.nameBgView.hidden = YES;
[UIView animateWithDuration:0.1 animations:^{
self.changeBtn.alpha = 1;
self.userViewCopy1.frame = self.userView1.frame;
self.userViewCopy2.frame = self.userView2.frame;
@@ -474,6 +481,15 @@
self.userViewCopy7.hidden = YES;
self.userViewCopy8.hidden = YES;
self.userViewCopy1.nameBgView.hidden = NO;
self.userViewCopy2.nameBgView.hidden = NO;
self.userViewCopy3.nameBgView.hidden = NO;
self.userViewCopy4.nameBgView.hidden = NO;
self.userViewCopy5.nameBgView.hidden = NO;
self.userViewCopy6.nameBgView.hidden = NO;
self.userViewCopy7.nameBgView.hidden = NO;
self.userViewCopy8.nameBgView.hidden = NO;
self.userView1.hidden = NO;
self.userView2.hidden = NO;
self.userView3.hidden = NO;

View File

@@ -177,8 +177,9 @@
};
[[QXGlobal shareGlobal] showView:v popType:(PopViewTypePopFromCenter) tapDismiss:NO finishBlock:^{}];
}else{
QXMyRoomViewController *vc = [[QXMyRoomViewController alloc] init];
[self.navigationController pushViewController:vc animated:YES];
QXRoomSingerAuthViewController *vc = [[QXRoomSingerAuthViewController alloc] init];
vc.singer_status = weakSelf.userModel.singer_status;
[weakSelf.navigationController pushViewController:vc animated:YES];
}
}
break;

View File

@@ -58,7 +58,7 @@ static NSString *const FaceAuthLicense = @"P6N+VYfdu1Op5p+QwUGdI4y64PqOnxMzChX2S
static NSInteger const TencentIMID = 1600096860;
static NSString *const TencentIMSecret = @"d9a5b8088ed39113d0c92ae434bc37528c4715c1f1d2eaedb172134eacd06103";
static NSString *const AddressOfMQTTServer = @"1.13.101.98";
static NSString *const AddressOfMQTTServer = @"1.13.20.30";
static NSInteger const AddressOfMQTTPort = 1883;
static NSInteger const AppPushId = 46163;

View File

@@ -20,8 +20,10 @@ static NSString* ServerUrl = @"https://test.vespa.qxyushen.top/";
//static NSString* ServerUrl = @"http://test.chat.qxyushen.top";
static NSString* H5ServerUrl = @"https://test.vespa.qxyushen.top/h5/";
#else
static NSString* ServerUrl = @"https://vespa.qxyushen.top/";
static NSString* H5ServerUrl = @"https://vespa.qxyushen.top/h5/";
//static NSString* ServerUrl = @"https://vespa.qxyushen.top/";
//static NSString* H5ServerUrl = @"https://vespa.qxyushen.top/h5/";
static NSString* ServerUrl = @"https://yushengapi.qxyushen.top/";
static NSString* H5ServerUrl = @"https://yushengapi.qxyushen.top/h5/";
#endif
#pragma mark - 引导页
/// 引导页