|
|
@@ -115,8 +115,9 @@
|
|
|
self.label_net_err.layer.borderWidth = 2.0;
|
|
|
self.label_net_err.layer.cornerRadius=15;
|
|
|
self.label_net_err.layer.masksToBounds=true;
|
|
|
-
|
|
|
+ #ifndef RA_NOTIFICATION
|
|
|
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(changePriceType:) name:Change_Price_Type_Notification object:nil];
|
|
|
+#endif
|
|
|
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(lockOrderListNotification:) name:Lock_Permission_Notification object:nil];
|
|
|
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(lockOrderListNotification:) name:unLock_Permission_Notification object:nil];
|
|
|
|