|
@@ -290,9 +290,15 @@
|
|
|
// [center removeAllPendingNotificationRequests];
|
|
// [center removeAllPendingNotificationRequests];
|
|
|
|
|
|
|
|
} else {
|
|
} else {
|
|
|
|
|
+
|
|
|
|
|
+ [strongSelf.sectionArray removeAllObjects];
|
|
|
|
|
+ strongSelf.homeOrderTableView.contentOffset = CGPointZero;
|
|
|
|
|
+ [strongSelf.homeOrderTableView reloadData];
|
|
|
|
|
+
|
|
|
// process error
|
|
// process error
|
|
|
NSString *msg = [json objectForKey:@"err_msg"];
|
|
NSString *msg = [json objectForKey:@"err_msg"];
|
|
|
- [strongSelf showAlert:msg];
|
|
|
|
|
|
|
+// [strongSelf showAlert:msg];
|
|
|
|
|
+ [strongSelf showAlertTilte:@"Warning" message:msg];
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|