|
@@ -10,6 +10,10 @@
|
|
|
@implementation CTMediator (ASTargerts)
|
|
|
|
|
|
|
|
|
+-(UIViewController *)B_viewControllerWithContentText:(NSDictionary *)params{
|
|
|
+ return [self performTarget:@"B" action:@"viewController" params:params shouldCacheTarget:NO];
|
|
|
+}
|
|
|
+
|
|
|
-(UIViewController *)Goods_GoodsDetaileC:(NSDictionary *)params{
|
|
|
return [self performTarget:@"Goods" action:@"GoodsDetaileC" params:params shouldCacheTarget:NO];
|
|
|
}
|
|
@@ -19,9 +23,7 @@
|
|
|
}
|
|
|
|
|
|
|
|
|
--(UIViewController *)B_viewControllerWithContentText:(NSDictionary *)params{
|
|
|
- return [self performTarget:@"B" action:@"viewController" params:params shouldCacheTarget:NO];
|
|
|
-}
|
|
|
+#warning TODO 修改
|
|
|
-(UIViewController *)getUserCenterVc:(NSDictionary *)params{
|
|
|
return [self performTarget:@"B" action:@"viewController" params:params shouldCacheTarget:NO];
|
|
|
}
|