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
郭成尧
2016-10-12 14:51:24 +0800
Commit
3073f94a8e0e4661cab78f077474dba74b6c8994
2 parents
2436f45f
a292037d
Merge branch 'release/newSearch'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
apps/product/models/list.js
apps/product/views/action/shop/index.hbs
apps/product/models/list.js
View file @
3073f94
...
...
@@ -511,7 +511,6 @@ const getShopData = (req, shopId, uid, isApp) => {
_getShopDecorator
(
shopId
),
searchModel
.
getFilterSearchData
({
shop_id
:
shopId
,
gender
:
req
.
query
.
gender
||
'1,3'
,
channel
:
channel
}),
_shopCouponsList
(
shopId
,
uid
)
...
...
apps/product/views/action/shop/index.hbs
View file @
3073f94
...
...
@@ -122,7 +122,7 @@
</div>
<div
class=
"discount-area first"
id=
"navlist2"
>
<ul
id=
"list-nav"
class=
"home-sub-nav list-nav clearfix"
>
<ul
id=
"list-nav"
class=
"home-sub-nav list-nav
pos-list
clearfix"
>
<li
data-bp-id=
"shop_listnav_new_1"
class=
"new active buriedpoint"
>
<a
href=
"javascript:void(0);"
>
<span
class=
"spanTest"
>
最新
</span>
...
...
Please
register
or
login
to post a comment