Commit cdcac92b by ludi

修复一些bug

parent a62f18a2
......@@ -77,12 +77,12 @@ static const NSString *FUSCidUDKey = @"FUSCidUDKey";
/// App Version
- (NSString *)appVersion {
return @"7730";
return @"7720";
}
/// App Dot Version
- (NSString *)appDotVersion {
return @"7.7.3.0";
return @"7.7.2.0";
}
/// App Id
......
......@@ -672,7 +672,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = FuSiLive/FuSiLive.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 202506260019;
CURRENT_PROJECT_VERSION = 202506260022;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 6GG26BHUMC;
ENABLE_ON_DEMAND_RESOURCES = NO;
......@@ -940,7 +940,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = FuSiLive/FuSiLive.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 202506260019;
CURRENT_PROJECT_VERSION = 202506260022;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 6GG26BHUMC;
ENABLE_ON_DEMAND_RESOURCES = NO;
......
......@@ -51,7 +51,7 @@
self.descLabel.font = [UIFont systemFontOfSize:17];
self.descLabel.textColor = [UIColor blackColor];
self.descLabel.textAlignment = NSTextAlignmentRight;
self.descLabel.text = @"FusiClub.com";
self.descLabel.text = @"ifusiya.com";
[self addSubview:self.descLabel];
[self.descLabel mas_makeConstraints:^(MASConstraintMaker *make) {
make.left.right.inset(24);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment