Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
yyq
8 years ago
Commit
1e67e75874320ec368d3ba87f4201e962e7c9bb2
2 parents
cdd5a206
128f5cdc
Merge branch 'feature/tdk313' of git.yoho.cn:fe/yohobuy-node into feature/tdk313
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
apps/product/models/search.js
public/scss/product/_filter-box.css
apps/product/models/search.js
View file @
1e67e75
...
...
@@ -294,7 +294,8 @@ exports.getSearchLessProduct = (channelNum, uid, udid, page) => {
img
:
it
.
default_images
?
helpers
.
image
(
it
.
default_images
,
180
,
240
)
:
''
,
alt
:
it
.
product_name
,
price
:
'¥'
+
transPrice
(
it
.
sales_price
),
marketPrice
:
'¥'
+
transPrice
(
it
.
market_price
)
marketPrice
:
transPrice
(
it
.
market_price
)
===
transPrice
(
it
.
sales_price
)
?
false
:
(
'¥'
+
transPrice
(
it
.
market_price
))
};
let
firstGoods
=
it
.
goods_list
&&
it
.
goods_list
[
0
];
...
...
public/scss/product/_filter-box.css
View file @
1e67e75
.search-suggest-less
{
box-sizing
:
border-box
;
width
:
100%
;
height
:
42px
;
line-height
:
42px
;
line-height
:
22px
;
background-color
:
#f5f5f5
;
color
:
#000
;
font-size
:
16px
;
padding-top
:
10px
;
padding-bottom
:
10px
;
padding-left
:
9px
;
margin-bottom
:
10px
;
em
{
...
...
Please
register
or
login
to post a comment