Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
b891ebacf6
1 changed files with 7 additions and 7 deletions
  1. 14
      pages/process/index/index.wxml

14
pages/process/index/index.wxml

@ -85,16 +85,16 @@
<view style="flex:1;padding:0rpx 32rpx;margin-right:12rpx">
<view class="flex flex-center" style="justify-content: flex-start">
<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 class="text-xxl text-bold text-price" style="margin:12rpx 0rpx">{{totalInfo.availableCreditLine || 0}}</view>
<view class="text-xxl text-bold text-price" style="margin:12rpx 0rpx">{{totalInfo.creditLine || 0}}</view>
</view>
<view style="flex:1;padding:0rpx 32rpx;margin-left:12rpx">
<view class="flex flex-center" style="justify-content: flex-start">
<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 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.availableCreditLine || 0}}</view>
</view>
</view>
<view class="flex" style="padding:0rpx 0rpx 12rpx 0rpx">
@ -103,14 +103,14 @@
<view style="height:24rpx;width:6rpx;background:#007AFF"></view>
<view class="text-black text-sm" style="margin-left: 12rpx">今日应还款金额</view>
</view>
<view class="text-xxl text-bold text-price" style="margin:12rpx 0rpx">{{totalInfo.availableCreditLine || 0}}</view>
<view class="text-xxl text-bold text-price" style="margin:12rpx 0rpx">{{totalInfo.creditLine || 0}}</view>
</view>
<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 class="text-black text-sm" style="margin-left: 12rpx">应还总金额</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>
</view>

Loading…
Cancel
Save