Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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-04-27 14:40:52 +0800
Commit
bd87540775c3a4216da18b324a6d01ce6390d657
1 parent
0f1236cc
fixed:筛选性别转换
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
public/vue/component/product/filter/index.vue
public/vue/component/product/filter/index.vue
View file @
bd87540
...
...
@@ -256,6 +256,9 @@ export default {
}
});
if (filter.gender) {
filter.gender = filter.gender === '1' ? '1,3' : '2,3';
}
query = $.extend({}, locationQuery, filter);
query = $.param(query);
...
...
Please
register
or
login
to post a comment