|
|
@ -85,7 +85,7 @@ |
|
|
<view style="flex:1;padding:0rpx 32rpx;margin-right:12rpx"> |
|
|
<view style="flex:1;padding:0rpx 32rpx;margin-right:12rpx"> |
|
|
<view class="flex flex-center" style="justify-content: flex-start"> |
|
|
<view class="flex flex-center" style="justify-content: flex-start"> |
|
|
<view style="height:24rpx;width:6rpx;background:#007AFF"></view> |
|
|
<view style="height:24rpx;width:6rpx;background:#007AFF"></view> |
|
|
<view class="text-black text-sm" style="margin-left: 12rpx">总代付额度</view> |
|
|
|
|
|
|
|
|
<view class="text-black text-sm" style="margin-left: 12rpx">代付额度</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-xxl text-bold text-price" style="margin:12rpx 0rpx">{{totalInfo.creditLine || 0}}</view> |
|
|
<view class="text-xxl text-bold text-price" style="margin:12rpx 0rpx">{{totalInfo.creditLine || 0}}</view> |
|
|
</view> |
|
|
</view> |
|
|
@ -108,7 +108,7 @@ |
|
|
<view style="flex:1;padding:0rpx 32rpx;margin-left:12rpx"> |
|
|
<view style="flex:1;padding:0rpx 32rpx;margin-left:12rpx"> |
|
|
<view class="flex flex-center" style="justify-content: flex-start"> |
|
|
<view class="flex flex-center" style="justify-content: flex-start"> |
|
|
<view style="height:24rpx;width:6rpx;background:#FF8413"></view> |
|
|
<view style="height:24rpx;width:6rpx;background:#FF8413"></view> |
|
|
<view class="text-black text-sm" style="margin-left: 12rpx">应还总金额</view> |
|
|
|
|
|
|
|
|
<view class="text-black text-sm" style="margin-left: 12rpx">总计应还款金额</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-xxl text-bold text-blue text-price" style="margin:12rpx 0rpx">{{totalInfo.usedCreditLine || 0}}</view> |
|
|
<view class="text-xxl text-bold text-blue text-price" style="margin:12rpx 0rpx">{{totalInfo.usedCreditLine || 0}}</view> |
|
|
</view> |
|
|
</view> |
|
|
|