Browse Source

no message

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

2
pages/process/template/index.wxml

@ -52,7 +52,7 @@
<van-cell> <van-cell>
<view slot="title" class="flex flex-justify"> <view slot="title" class="flex flex-justify">
<view class="text-black">逾期金额(元)</view> <view class="text-black">逾期金额(元)</view>
<view class="text-gray">{{form.paymentOrderInfo.paymentOrderInfo.overduePrice}}</view>
<view class="text-gray">{{form.paymentOrderInfo.overduePrice}}</view>
</view> </view>
</van-cell> </van-cell>
<van-cell> <van-cell>

Loading…
Cancel
Save