Showing
1 changed file
with
3 additions
and
1 deletions
@@ -523,7 +523,9 @@ function search(opt) { | @@ -523,7 +523,9 @@ function search(opt) { | ||
523 | nav.end = true; | 523 | nav.end = true; |
524 | 524 | ||
525 | if (nav.reload) { | 525 | if (nav.reload) { |
526 | - $container.html(noResult); | 526 | + if (data.total === 0) { |
527 | + $container.html(noResult); | ||
528 | + } | ||
527 | 529 | ||
528 | yasparm = Object.assign(yasparm, { | 530 | yasparm = Object.assign(yasparm, { |
529 | PRD_LIST: '', | 531 | PRD_LIST: '', |
-
Please register or login to post a comment