@@ -1078,6 +1078,7 @@
if(appDelegate.user_type==USER_ROLE_CUSTOMER) { // Customer
if ([Singleton sharedInstance].global_lock) { // Order list 被锁
+ [RAUtils message_alert:@"App is locked,You can't view the order Detail" title:@"Warning" controller:self];
return;
}