Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
03188279b3
2 changed files with 5 additions and 3 deletions
  1. 1
      pages/process/index/index.json
  2. 7
      pages/process/index/index.wxml

1
pages/process/index/index.json

@ -7,6 +7,7 @@
"van-cell": "/components/cell/index", "van-cell": "/components/cell/index",
"van-icon": "/components/icon/index", "van-icon": "/components/icon/index",
"van-action-sheet": "/components/action-sheet/index", "van-action-sheet": "/components/action-sheet/index",
"van-tag": "/components/tag/index",
"van-calendar": "/components/calendar/index" "van-calendar": "/components/calendar/index"
} }
} }

7
pages/process/index/index.wxml

@ -77,7 +77,8 @@
<view class="flex flex-justify" style="padding: 0rpx 28rpx 16rpx 28rpx"> <view class="flex flex-justify" style="padding: 0rpx 28rpx 16rpx 28rpx">
<view class="text-black text-sg text-bold">千鸟代付</view> <view class="text-black text-sg text-bold">千鸟代付</view>
<view class="flex flex-center" style="padding:4rpx 0rpx 4rpx 4rpx"> <view class="flex flex-center" style="padding:4rpx 0rpx 4rpx 4rpx">
<view class="text-gray text-sm" style="margin-right:8rpx">查看代付详情</view>
<van-tag plain round type="danger" wx:if="{{totalInfo.isAgencyPaymentOverdue}}">已逾期</van-tag>
<view class="text-gray text-sm" style="margin-right:8rpx;margin-left:16rpx">查看代付详情</view>
<van-icon name="arrow" color="#aaa"/> <van-icon name="arrow" color="#aaa"/>
</view> </view>
</view> </view>
@ -103,14 +104,14 @@
<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.todayUsedCreditLine || 0}}</view>
<view class="text-xxl text-bold text-price" style="margin:12rpx 0rpx">{{totalInfo.todayReceivablePrice || 0}}</view>
</view> </view>
<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.totalReceivablePrice || 0}}</view>
</view> </view>
</view> </view>
</view> </view>

Loading…
Cancel
Save