Browse Source

修改 commoneditor alert message 处理

Ray Zhang 8 years ago
parent
commit
cceb4301e8

+ 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 {