Commit 03f08059 authored by xiedong's avatar xiedong

两位小数

parent 71026551
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
<div class="base"> <div class="base">
<span>≈¥{{item.base_ticker}}</span> <span>≈¥{{item.base_ticker}}</span>
<div class="sum"> <div class="sum">
<span>≈¥{{item.base_amount*item.base_ticker}}</span> <span>≈¥{{(item.base_amount*item.base_ticker).toFixed(2)}}</span>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment