|
|
@@ -33,7 +33,7 @@
|
|
|
<view class="user-info_data order-wrap">
|
|
|
<view class="total-blo">
|
|
|
<view class="total-list" @click="pageTo({url:'/pagesArrears/details',query: {id: userInfo.id}})">
|
|
|
- <view class="app-color-3">欠款</view>
|
|
|
+ <view class="app-color-3">待结</view>
|
|
|
<view class="list-num" style="color:red;">{{ parseFloat(userInfo.debtAmount) || 0 }}</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -50,7 +50,7 @@
|
|
|
</view>
|
|
|
<block v-if="Number(userInfo.remainDebtAmount)>0">
|
|
|
<text v-if="Number(userInfo.debtAmount) > Number(userInfo.remainDebtAmount) && Number(userInfo.debtAmount)>0" style="font-size:34upx;color:red;font-weight:bold;width:450upx;text-align: center;display: inline-block;">
|
|
|
- 实际欠款<text style="color:red;margin-left:10upx;">{{ userInfo.remainDebtAmount?parseFloat(userInfo.remainDebtAmount):0 }}</text>
|
|
|
+ 实际待结<text style="color:red;margin-left:10upx;">{{ userInfo.remainDebtAmount?parseFloat(userInfo.remainDebtAmount):0 }}</text>
|
|
|
</text>
|
|
|
</block>
|
|
|
<block v-else>
|