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
毕凯
2017-08-17 15:48:14 +0800
Commit
6082c79cf96309be9722eefe0b0fecfac656c05a
2 parents
2b84245b
03d5df44
Merge branch 'hotfix/shopfilter' into 'release/6.0.1'
filter-touch See merge request
!808
Show 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 @
6082c79
...
...
@@ -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