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
郭成尧
2018-01-10 15:14:19 +0800
Commit
73b63438cc175add404787c544851074ce6448a2
1 parent
daa76eba
add-qs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
public/js/product/search-list.page.js
public/js/product/search-list.page.js
View file @
73b6343
...
...
@@ -13,8 +13,8 @@ let initParams = {
currentUrl
:
location
.
pathname
};
if
(
qs
.
query
)
{
$
.
extend
(
initParams
,
{
query
:
qs
.
query
});
if
(
qs
)
{
$
.
extend
(
initParams
,
qs
);
}
new
ProductListWithFilter
(
initParams
);
...
...
Please
register
or
login
to post a comment