Commit 2f094e91 cgx

暂时隐藏积分任务

1 个父辈 bfc2f088
......@@ -136,11 +136,11 @@
break;
case 2: // 登录点击开启-开启我的页面里面的AI睡眠教练
{
[UserRequestModel autoLoginRequestWithCompletion:^(UserRequestModel * _Nonnull requestModel) {
if (requestModel.resCode == DSResCodeSuccess) {
[[NSNotificationCenter defaultCenter] postNotificationName:NeedUpdateStartAI object:nil];
}
}];
// [UserRequestModel autoLoginRequestWithCompletion:^(UserRequestModel * _Nonnull requestModel) {
// if (requestModel.resCode == DSResCodeSuccess) {
// [[NSNotificationCenter defaultCenter] postNotificationName:NeedUpdateStartAI object:nil];
// }
// }];
}
break;
case 3: // 轻拍哄睡
......
......@@ -32,7 +32,8 @@
// leftItem
UILabel *leftLab = [UILabel dkLabWithText:@"小梦睡眠" font:BoldFont(24.0)];
self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithCustomView:leftLab];
// rightItem
/* rightItem
UIButton *dailyTaskBtn = [UIButton new];
[dailyTaskBtn addTarget:self action:@selector(jumpToDailyTaskPage) forControlEvents:UIControlEventTouchUpInside];
[dailyTaskBtn dk_setImage:DKImagePickerWithNames(@"ic_home_meirirw", @"dk_ic_home_meirirw", @"ic_home_meirirw") forState:UIControlStateNormal];
......@@ -40,6 +41,7 @@
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(3.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
[self addScaleAnimtaionWithView:dailyTaskBtn];
});
*/
[self.view addSubview:self.homeTV];
[self.view addSubview:self.noisePlayBar];
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!