Browse Source

no message

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

2
pages/process/index/index.wxml

@ -103,7 +103,7 @@
<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.creditLine || 0}}</view>
<view class="text-xxl text-bold text-price" style="margin:12rpx 0rpx">{{totalInfo.todayUsedCreditLine || 0}}</view>
</view>
<view style="flex:1;padding:0rpx 32rpx;margin-left:12rpx">
<view class="flex flex-center" style="justify-content: flex-start">

Loading…
Cancel
Save