Преглед изворни кода

修改 commoneditor alert message 处理

Ray Zhang пре 8 година
родитељ
комит
cceb4301e8
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      RedAnt ERP Mobile/common/CommonEditor/CommonEditorViewController.m

+ 4 - 1
RedAnt ERP Mobile/common/CommonEditor/CommonEditorViewController.m

@@ -60,7 +60,10 @@
 
 -(void) commonAction:(NSString *)value index:(NSIndexPath*) indexPath data:(NSMutableDictionary*) item_json
 {
-    NSAssert(true, @"not impl");
+    
+
+    
+    NSAssert(true, ([NSString stringWithFormat:@"%@ commonAction not impl",[self class_name]]));
 }
 
 - (NSString *)class_name {