Authored by zhangxiaoru

merge

... ... @@ -175,7 +175,7 @@
</ul>
<div class="price-cost">
实付金额
<span>¥{{price}}</span>
<span>¥{{round price 2}}</span>
</div>
{{#if returnYohoCoin}}
... ... @@ -186,7 +186,7 @@
</section>
<div class="bill">
您需要支付:<span>¥{{price}}</span>
您需要支付:<span>¥{{round price 2}}</span>
<a href="javascript:;">提交订单</a>
</div>
... ...
... ... @@ -29,7 +29,7 @@
{{/if}}
<p class="row price-wrap">
<span class="price">
¥{{price}}
¥{{round price 2}}
</span>
<span class="count">
×{{count}}
... ...