Просмотр исходного кода

修改 commoneditor alert message 处理

Ray Zhang 8 лет назад
Родитель
Сommit
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
 -(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 {
 - (NSString *)class_name {