Authored by 陈轩

YH-5263

@@ -175,7 +175,7 @@ @@ -175,7 +175,7 @@
175 </ul> 175 </ul>
176 <div class="price-cost"> 176 <div class="price-cost">
177 实付金额 177 实付金额
178 - <span>¥{{price}}</span> 178 + <span>¥{{round price 2}}</span>
179 </div> 179 </div>
180 180
181 {{#if returnYohoCoin}} 181 {{#if returnYohoCoin}}
@@ -186,7 +186,7 @@ @@ -186,7 +186,7 @@
186 186
187 </section> 187 </section>
188 <div class="bill"> 188 <div class="bill">
189 - 您需要支付:<span>¥{{price}}</span> 189 + 您需要支付:<span>¥{{round price 2}}</span>
190 <a href="javascript:;">提交订单</a> 190 <a href="javascript:;">提交订单</a>
191 </div> 191 </div>
192 192
@@ -29,7 +29,7 @@ @@ -29,7 +29,7 @@
29 {{/if}} 29 {{/if}}
30 <p class="row price-wrap"> 30 <p class="row price-wrap">
31 <span class="price"> 31 <span class="price">
32 - ¥{{price}} 32 + ¥{{round price 2}}
33 </span> 33 </span>
34 <span class="count"> 34 <span class="count">
35 ×{{count}} 35 ×{{count}}