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-01-20 14:34:10 +0800
Commit
ea31359c6fc0781edff86ebeddb865c76d07a79b
2 parents
c3fefdc3
fdb3a08c
Merge branch 'feature/new-goods' into release/5.4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/product/views/partial/new/goods.hbs
public/js/product/new-arrival.page.js
apps/product/views/partial/new/goods.hbs
View file @
ea31359
...
...
@@ -3,7 +3,7 @@
<div
class=
"filter-nav-wrap"
data-sticky
>
{{>
common
/
filter-nav
firstOrderName
=
'最新'
firstOrderValue
=
'
s_t_desc
'
}}
firstOrderValue
=
''
}}
<div
id=
"js-filter"
></div>
</div>
...
...
public/js/product/new-arrival.page.js
View file @
ea31359
...
...
@@ -71,7 +71,7 @@ let searchView = function() {
* see: search-process.js
*/
let
searchParams
=
{
order
:
's_t_desc'
,
//
order: 's_t_desc',
filter
:
{
},
page
:
{
...
...
Please
register
or
login
to post a comment