Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
yoho-miniapp-ufo
·
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
QC-L
2018-11-14 19:16:52 +0800
Commit
b18d957561e68c8b30d4e6a605fcea722f562da6
2 parents
50ec9e6b
570340ce
Merge branch 'UFO_1.0.0' of git.yoho.cn:mobile/yoho-miniapp-ufo into UFO_1.0.0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/pages/filter/index.js
src/pages/filter/index.js
View file @
b18d957
...
...
@@ -46,6 +46,11 @@ export default class Search extends Component {
let
{
selectList
}
=
this
.
state
;
selectList
=
this
.
props
.
filterData
;
let
brandValue
=
params
[
'brand'
];
if
(
brandValue
)
{
selectList
[
'brand'
]
=
brandValue
;
}
if
(
selectList
)
{
this
.
setState
({
selectList
...
...
Please
register
or
login
to post a comment