@@ -39,7 +39,7 @@
<view class="list-num">{{ parseFloat(userInfo.buyAmount) || 0 }}</view>
</view>
- <text v-if="Number(userInfo.debtAmount) > Number(userInfo.remainDebtAmount)" style="font-size:28upx;color:#3385FF;font-weight:bold;">
+ <text v-if="Number(userInfo.debtAmount) > Number(userInfo.remainDebtAmount) && Number(userInfo.debtAmount)>0" style="font-size:28upx;color:#3385FF;font-weight:bold;">
实际剩余欠款<text style="color:red;margin-left:10upx;">{{ userInfo.remainDebtAmount?parseFloat(userInfo.remainDebtAmount):0 }}</text>
</text>