Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
8 years ago
Commit
def8f75fc7869d147addbef4633f0db576543eea
1 parent
6a50fe7b
隐藏搜索联动及店铺推荐功能
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
public/js/common/header.js
public/tpl/product/recommend-product.hbs
public/js/common/header.js
View file @
def8f75
...
...
@@ -16,7 +16,7 @@ var $searchWrap = $('.search-wrapper'),
var
goodsTpl
=
require
(
'../../tpl/common/bag-goods.hbs'
);
//var searchHintTpl = require('../../tpl/header/search-hint.hbs');
//
var searchHintTpl = require('../../tpl/header/search-hint.hbs');
var
delayer
;
...
...
public/tpl/product/recommend-product.hbs
View file @
def8f75
...
...
@@ -9,9 +9,9 @@
<div
class=
"goods-brand"
>
{{
brand_name
}}
</div>
<div
class=
"goods-name"
>
{{
product_name
}}
</div>
<div
class=
"goods-price"
>
<span>
¥
{{
round
sales_price
}}
</span>
<span>
¥
{{
round
sales_price
2
}}
</span>
{{#if
market_price
}}
<b>
¥
{{
round
market_price
}}
</b>
<b>
¥
{{
round
market_price
2
}}
</b>
{{/if}}
</div>
</a>
...
...
Please
register
or
login
to post a comment