Commit b6716fc8 cgx

修复我的每日任务点击好眠声音跳转到首页bug

1 个父辈 1a44e10a
......@@ -62,6 +62,7 @@
- (void)goToTaskPageWithTaskID:(TaskItem)task_id url:(NSString *)url {
if (task_id == TaskItemGood) { // 好眠声音(直接回到首页)
self.tabBarController.selectedIndex = 0;
[self.navigationController popViewControllerAnimated:YES];
return;
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!