Authored by uedxwg

'购物车样式修改'

... ... @@ -349,9 +349,6 @@ $yohoPage.on('touchstart', '.btn-minus', function() {
}
});
$('#good-num').on('keydown ',function(){
});
exports.init = init;
exports.show = show;
... ...
... ... @@ -13,9 +13,9 @@
<ul class="freebie-and-advance-buy">
{{# freebie}}
<li class="freebie">
<a href="/cart/index/gift?cartType=">
<span class="iconfont">&#xe620;</span>
赠品
<a href=":;">
<span class="count">{{count}}</span>
<span class="iconfont icon-right-arrow">&#xe614;</span>
</a>
... ... @@ -23,9 +23,9 @@
{{/ freebie}}
{{#if advanceBuy}}
<li class="advance-buy">
<a href="/cart/index/advanceBuy?cartType=">
<span class="iconfont">&#xe61b;</span>
加价购
<a href=":;">
<span class="count">{{advanceBuyCount}}</span>
<span class="iconfont icon-right-arrow">&#xe614;</span>
</a>
... ... @@ -66,13 +66,13 @@
{{^}}
<span class="checkbox icon-checkbox iconfont"></span>
{{/if}}
<a class="btn-balance">
结算
</a>
<p>
<span id="good-total">
总计:¥{{sumPrice}} ({{count}}件)
</span>
<span class="tip">(不含运费)</span>
</p>
<a class="btn-balance">
结算
</a>
</div>
... ...