فهرست منبع

修改 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 {