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