Commit dd49f2d1 authored by jiangjiantao's avatar jiangjiantao

bugfixed

parent 0709358a
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
{{item.name}} {{item.name}}
</view> </view>
<view class="scan-good-list-item"> <view class="scan-good-list-item">
<view class="good-list-item-price-font">¥{{item.price/100}}</view> <view class="good-list-item-price-font">¥{{(item.price/100).toFixed(2)}}</view>
<view class="good-list-item-quantity-font"> <view class="good-list-item-quantity-font">
{{item.quantity}}件 {{item.quantity}}件
</view> </view>
......
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