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
Email Patches
Plain Diff
Browse Files
Authored by
徐炜
2016-11-30 09:54:55 +0800
Commit
9ab6f0b888a96452afef3d5ff8976488eaff2abb
1 parent
bd1ed332
修复没有记录情况的展示结果
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 @
9ab6f0b
...
...
@@ -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