Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
徐炜
2016-11-30 09:55:31 +0800
Commit
56bbd4274305dac308bb61c4a0b849943b6f3bd2
2 parents
126c9d29
9ab6f0b8
Merge branch 'feature/prod-list-opt' into release/wap-optim
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
public/js/product/search/list.js
public/js/product/search/list.js
View file @
56bbd42
...
...
@@ -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
:
''
,
...
...
Please
register
or
login
to post a comment