Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
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-28 16:50:46 +0800
Commit
8d3954673fdb3093364058239451acb6541d7117
1 parent
ed90bded
店铺的性别参数调整,review by 石祥
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/brandStore/reducers/brandStore/brandStoreActions.js
js/brandStore/reducers/brandStore/brandStoreActions.js
View file @
8d39546
...
...
@@ -524,7 +524,7 @@ function parseProductList(json) {
let
genderList
=
filter
[
'gender'
];
let
newGenderList
=
[];
newGenderList
.
push
({
key
:
''
,
key
:
'
1,2,3
'
,
name
:
'所有性别'
,
isSelect
:
true
,
});
...
...
Please
register
or
login
to post a comment