@@ -17,7 +17,7 @@
</view>
<block v-if="Number(info.debtPrice)>Number(info.remainDebtPrice)">
<view class="item-row">
- <view class="price" style="color:red;">已付 ¥{{ info.hasPayDebt }},剩余欠款 ¥{{ parseFloat(info.remainDebtPrice) }}</view>
+ <view class="price" style="color:red;">已清 ¥{{ info.hasPayDebt }},剩余欠款 ¥{{ parseFloat(info.remainDebtPrice) }}</view>
</block>