Commit 7d3583241d172d2cab13fe2602bdf03a41c7b2fa
1 parent
07391206
no message
Showing
1 changed file
with
1 additions
and
2 deletions
CNLiveIntegralModule/Classes/Module/CNLiveIntegralService.m
| @@ -8,7 +8,6 @@ | @@ -8,7 +8,6 @@ | ||
| 8 | 8 | ||
| 9 | #import "CNLiveIntegralService.h" | 9 | #import "CNLiveIntegralService.h" |
| 10 | #import "CNLiveServices.h" | 10 | #import "CNLiveServices.h" |
| 11 | -#import "CNLiveIntegralServiceProtocol.h" | ||
| 12 | 11 | ||
| 13 | // 任务列表 | 12 | // 任务列表 |
| 14 | #import "CNLiveTaskListController.h" | 13 | #import "CNLiveTaskListController.h" |
| @@ -40,7 +39,7 @@ | @@ -40,7 +39,7 @@ | ||
| 40 | } | 39 | } |
| 41 | 40 | ||
| 42 | - (void)pushToTaskListViewController { | 41 | - (void)pushToTaskListViewController { |
| 43 | - [self pushToTaskListViewController:@"1"]; | 42 | + [self pushToTaskListViewController:nil]; |
| 44 | } | 43 | } |
| 45 | 44 | ||
| 46 | - (void)pushToTaskListViewController:(NSString *)isFrom{ | 45 | - (void)pushToTaskListViewController:(NSString *)isFrom{ |