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
郭成尧
2017-08-17 15:46:25 +0800
Commit
03d5df443370f72d78e72cfc75cd85f30d9c7ddd
1 parent
ad47747e
filter-touch
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/list/product-list-with-filter.js
public/js/product/list/product-list-with-filter.js
View file @
03d5df4
...
...
@@ -238,7 +238,7 @@ class ProductListWithFilter {
// 初始化filter&注册filter回调
filter
.
initFilter
({
fCbFn
:
()
=>
{
this
.
getGoodsList
();
this
.
getGoodsList
(
{
navTouch
:
true
}
);
},
hCbFn
:
()
=>
{
...
...
Please
register
or
login
to post a comment