Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
3136785c9f
2 changed files with 6 additions and 6 deletions
  1. 4
      pages/process/index/index.wxml
  2. 8
      pages/process/template/index.wxml

4
pages/process/index/index.wxml

@ -85,7 +85,7 @@
<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.creditLine || 0}}</view>
</view>
@ -108,7 +108,7 @@
<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>

8
pages/process/template/index.wxml

@ -19,14 +19,14 @@
<view class="text-gray">{{form.paymentOrderInfo.receivablePrice}}</view>
</view>
</van-cell>
<van-cell>
<view slot="title" class="flex flex-justify" wx:if="{{form.paymentOrderInfo.paidPrice}}">
<van-cell wx:if="{{form.paymentOrderInfo.paidPrice}}">
<view slot="title" class="flex flex-justify">
<view class="text-black">已付金额(元)</view>
<view class="text-gray">{{form.paymentOrderInfo.paidPrice}}</view>
</view>
</van-cell>
<van-cell>
<view slot="title" class="flex flex-justify" wx:if="{{form.paymentOrderInfo.lessPrice}}">
<van-cell wx:if="{{form.paymentOrderInfo.lessPrice}}">
<view slot="title" class="flex flex-justify">
<view class="text-black">待付金额(元)</view>
<view class="text-gray">{{form.paymentOrderInfo.lessPrice}}</view>
</view>

Loading…
Cancel
Save