wangmeng 2 năm trước cách đây
mục cha
commit
0afafbab31

+ 5 - 3
Asteria/CTMediatoaTargets/CTMediator+ASTargerts.m

@@ -10,6 +10,10 @@
 @implementation CTMediator (ASTargerts)
 @implementation CTMediator (ASTargerts)
 
 
 
 
+-(UIViewController *)B_viewControllerWithContentText:(NSDictionary *)params{
+    return [self performTarget:@"B" action:@"viewController" params:params shouldCacheTarget:NO];
+}
+
 -(UIViewController *)Goods_GoodsDetaileC:(NSDictionary *)params{
 -(UIViewController *)Goods_GoodsDetaileC:(NSDictionary *)params{
     return [self performTarget:@"Goods" action:@"GoodsDetaileC" params:params shouldCacheTarget:NO];
     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{
 -(UIViewController *)getUserCenterVc:(NSDictionary *)params{
     return [self performTarget:@"B" action:@"viewController" params:params shouldCacheTarget:NO];
     return [self performTarget:@"B" action:@"viewController" params:params shouldCacheTarget:NO];
 }
 }