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?'普通商品':'消费券商品'}}