Commit b5656b36044da029fd7d67d7f99c0edc2136c139
1 parent
e5580186
no message
Showing
1 changed file
with
4 additions
and
2 deletions
CNLiveMineModule/Classes/Controller/CNLiveMineController.m
| ... | ... | @@ -11,6 +11,8 @@ |
| 11 | 11 | #import "MJExtension.h" |
| 12 | 12 | #import "QMUIKit.h" |
| 13 | 13 | |
| 14 | +#import "CNLiveServices.h" | |
| 15 | + | |
| 14 | 16 | #import "CNLiveMineNavigationBar.h" |
| 15 | 17 | #import "CNLiveMineHeaderView.h" |
| 16 | 18 | #import "CNLiveMineCell.h" |
| ... | ... | @@ -208,8 +210,8 @@ static const NSInteger kHEIGHT = 250; |
| 208 | 210 | //售后 |
| 209 | 211 | |
| 210 | 212 | }else{ |
| 211 | -// XWOrdersController *vc = [[XWOrdersController alloc]initWithIndex:tag-10000]; | |
| 212 | -// [self.navigationController pushViewController:vc animated:YES]; | |
| 213 | + id<CNLiveOrderServiceProtocol> service = [[BeeHive shareInstance] createService:@protocol(CNLiveOrderServiceProtocol)]; | |
| 214 | + [service pushToOrderViewController:tag-10000]; | |
| 213 | 215 | } |
| 214 | 216 | } |
| 215 | 217 | break; | ... | ... |