提交
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
NSLog(@"需要更新:新版本 %@ 比当前版本 %@ 新", latestVersion, currentVersion);
|
||||
weakSelf.appUpdateView.model = model;
|
||||
[weakSelf.appUpdateView showInView:KEYWINDOW];
|
||||
QXGlobal.shareGlobal.isNeedUpdate = YES;
|
||||
break;
|
||||
case 0:
|
||||
NSLog(@"版本相同:当前版本 %@ 已是最新", currentVersion);
|
||||
@@ -96,6 +97,9 @@
|
||||
}
|
||||
#pragma mark - 青少年模式
|
||||
-(void)popChirldView{
|
||||
if (QXGlobal.shareGlobal.isNeedUpdate) {
|
||||
return;
|
||||
}
|
||||
self.isAlreadyShowChirld = YES;
|
||||
MJWeakSelf
|
||||
QXChirldPopView *view = [[QXChirldPopView alloc] init];
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
self.contentLabel.numberOfLines = 0;
|
||||
self.contentLabel.font = [UIFont boldSystemFontOfSize:14];
|
||||
self.contentLabel.textColor = RGB16(0x666666);
|
||||
self.contentLabel.text = QXText(@"为了呵护未成年人健康成长,蜜耳语音特别推出青少年模式,该模式下部分功能无法正常使用,请监护人主动选择并设置监护密码");
|
||||
self.contentLabel.text = QXText(@"为了呵护未成年人健康成长,羽声语音特别推出青少年模式,该模式下部分功能无法正常使用,请监护人主动选择并设置监护密码");
|
||||
[self addSubview:self.contentLabel];
|
||||
|
||||
// self.goBtn = [[UIButton alloc] init];
|
||||
|
||||
Reference in New Issue
Block a user