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
shixiang
2016-12-08 13:55:53 +0800
Commit
8c8b4bcb9edae3c3aabcd171579ddbb57e0dca73
1 parent
2dee7ded
修改默认排序order
review 于良
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
js/brandStore/components/brandStore/brandStoreSubView/Cells/BrandProductMoreFilter.js
js/brandStore/reducers/brandStore/brandStoreInitialState.js
js/brandStore/components/brandStore/brandStoreSubView/Cells/BrandProductMoreFilter.js
View file @
8c8b4bc
...
...
@@ -32,7 +32,7 @@ export default class BrandProductMoreFilter extends React.Component {
{
key
:
'default'
,
name
:
'默认'
,
value
:
's_
n
_desc'
,
value
:
's_
w
_desc'
,
},
{
key
:
'new'
,
...
...
js/brandStore/reducers/brandStore/brandStoreInitialState.js
View file @
8c8b4bc
...
...
@@ -65,7 +65,7 @@ let InitialState = Record({
isMoreFilter
:
false
,
error
:
null
,
list
:
List
(),
order
:
's_
n
_desc'
,
order
:
's_
w
_desc'
,
currentPage
:
0
,
pageCount
:
0
,
pageSize
:
60
,
//60,
...
...
Please
register
or
login
to post a comment