|
@@ -61,7 +61,7 @@
|
|
|
<view class="balance-info">
|
|
|
<view style="font-size: 24rpx;color: #A3A3A3">可用余额: <text style="color: #E75F37;">¥{{recoveredBalance}}</text></view>
|
|
|
<view v-if="checkRecoveredBalance.length > 0" style="font-size: 24rpx;color: #E75F37;margin-top: 5rpx;">
|
|
|
- 最多抵扣{{totalPrice / 2}}元
|
|
|
+ 最多抵扣{{(totalPrice / 2).toFixed(2)}}元
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|