Kirin 2 年之前
父节点
当前提交
33aec74e70
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/admin/view/store/placeorder/index.php

+ 1 - 1
app/admin/view/store/placeorder/index.php

@@ -154,7 +154,7 @@
                                         {{ls.price}}
                                     </i-Col>
                                     <i-Col span="4" class="text-cente">
-                                        {{ls.price*ls.num}}
+                                        {{(ls.price*ls.num).toFixed(2)}}
                                     </i-Col>
                                     <i-Col span="4" class="text-cente">
                                         {{+ls.is_consumer==0?'普通商品':'消费券商品'}}