Explorar el Código

ERP MOBILE.

修复签名模块诸多问题
增加消息发送和处理,还在完善中
Ray Zhang hace 7 años
padre
commit
494d7eaec8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      RedAnt ERP Mobile/common/ActiveViewController.m

+ 2 - 2
RedAnt ERP Mobile/common/ActiveViewController.m

@@ -22,11 +22,11 @@
     
     self.refresh_type = REFRESH_DATA;
     
-
+#ifdef RA_NOTIFICATION
     [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(OnRefreshUI:) name:RA_NOTIFICATION_REFRESH_UI object:nil];
     [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(OnReloadData:) name:RA_NOTIFICATION_RELOAD_DATA object:nil];
     [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(OnClearData:) name:RA_NOTIFICATION_CLEAR_DATA object:nil];
-    
+#endif
     
     // Do any additional setup after loading the view.
 }