Authored by 徐炜

Merge branch 'feature/prod-list-opt' into release/wap-optim

... ... @@ -523,7 +523,9 @@ function search(opt) {
nav.end = true;
if (nav.reload) {
$container.html(noResult);
if (data.total === 0) {
$container.html(noResult);
}
yasparm = Object.assign(yasparm, {
PRD_LIST: '',
... ...