|
|
@@ -661,10 +661,11 @@
|
|
|
else{
|
|
|
_curSearchLisyMod = model;
|
|
|
|
|
|
- if (_curSearchLisyMod.data.total == 0) {
|
|
|
- self.tableView.tableHeaderView = nil;
|
|
|
- }
|
|
|
- else{
|
|
|
+// if (_curSearchLisyMod.data.total == 0) {
|
|
|
+// self.tableView.tableHeaderView = nil;
|
|
|
+// }
|
|
|
+// else
|
|
|
+ {
|
|
|
self.tableView.tableHeaderView = _tableViewHead;
|
|
|
|
|
|
NSString *str = [[NSString alloc] initWithFormat:@"%@(%ld)",NSLocalizedString(@"Search_Total_result",nil),_curSearchLisyMod.data.total];
|