wangmeng 2 年之前
父节点
当前提交
0afafbab31
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      Asteria/CTMediatoaTargets/CTMediator+ASTargerts.m

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

@@ -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];
 }