1

parent 42b74f00
......@@ -42,7 +42,7 @@
></view>
</view>
<view class="price">
<view class="discounts">{{ (item.price / item.oriPrice) * 10 }}</view>
<view class="discounts">{{ ((item.price / item.oriPrice) * 10).toFixed(1) }}</view>
<text class="text">{{ item.price }}</text>
<text class="text2">{{ item.oriPrice }}</text>
<view class="btn">
......
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