Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
9c421bd95d
1 changed files with 14 additions and 0 deletions
  1. 14
      pages/process/template/index.wxml

14
pages/process/template/index.wxml

@ -79,6 +79,20 @@
<view class="text-gray">{{formate.formateAmount(form.paymentOrderInfo.totalPrice, 2)}}</view>
</view>
</van-cell>
<view style="height:16rpx" wx:if="{{form.agencyPaymentOrderLog && form.agencyPaymentOrderLog.length}}"></view>
<view class="flex flex-justify bg-white" style="padding: 24rpx 32rpx;border-bottom:1rpx solid #f3f3f3" wx:if="{{form.agencyPaymentOrderLog && form.agencyPaymentOrderLog.length}}">
<view class="flex flex-center">
<view style="height:30rpx;width:6rpx;background-image: linear-gradient(180deg, #007AFF 0%, #027BFF 15%, #5AABFF 45%, #CAF4FE 100%);">
</view>
<view class="text-black text-sg text-bold" style="margin-left: 12rpx">还款记录</view>
</view>
</view>
<van-cell wx:for="form.agencyPaymentOrderLog" wx:key="index">
<view slot="title" class="flex flex-justify">
<view class="text-black">收款日期:{{item.paymentDate}}</view>
<view class="text-black">收款金额:{{formate.formateAmount(item.paymentPrice, 2)}}</view>
</view>
</van-cell>
<view style="height:16rpx"></view>
<view class="flex flex-center bg-white" style="justify-content: flex-start;padding: 24rpx 32rpx;border-bottom:1rpx solid #f3f3f3">
<view style="height:30rpx;width:6rpx;background-image: linear-gradient(180deg, #007AFF 0%, #027BFF 15%, #5AABFF 45%, #CAF4FE 100%);">

Loading…
Cancel
Save