Showing
2 changed files
with
3 additions
and
3 deletions
@@ -16,7 +16,7 @@ var $searchWrap = $('.search-wrapper'), | @@ -16,7 +16,7 @@ var $searchWrap = $('.search-wrapper'), | ||
16 | 16 | ||
17 | var goodsTpl = require('../../tpl/common/bag-goods.hbs'); | 17 | var goodsTpl = require('../../tpl/common/bag-goods.hbs'); |
18 | 18 | ||
19 | -//var searchHintTpl = require('../../tpl/header/search-hint.hbs'); | 19 | +// var searchHintTpl = require('../../tpl/header/search-hint.hbs'); |
20 | 20 | ||
21 | var delayer; | 21 | var delayer; |
22 | 22 |
@@ -9,9 +9,9 @@ | @@ -9,9 +9,9 @@ | ||
9 | <div class="goods-brand">{{brand_name}}</div> | 9 | <div class="goods-brand">{{brand_name}}</div> |
10 | <div class="goods-name">{{product_name}}</div> | 10 | <div class="goods-name">{{product_name}}</div> |
11 | <div class="goods-price"> | 11 | <div class="goods-price"> |
12 | - <span>¥{{round sales_price}}</span> | 12 | + <span>¥{{round sales_price 2}}</span> |
13 | {{#if market_price}} | 13 | {{#if market_price}} |
14 | - <b>¥{{round market_price}}</b> | 14 | + <b>¥{{round market_price 2}}</b> |
15 | {{/if}} | 15 | {{/if}} |
16 | </div> | 16 | </div> |
17 | </a> | 17 | </a> |
-
Please register or login to post a comment