@@ -50,7 +50,7 @@
<view class="u-flex" v-if="chooseList.length > 0">
<view>
折让:
- <text>¥{{ backDiscountVal||0 }}</text>
+ <text>¥{{ Number(backDiscountVal) ? Number(backDiscountVal).toFixed(2) : 0 }}</text>
</view>
<view class="costBtn" @click="openCostShow">打折</view>