From 11bc54cd9c15a12b89c7cedb5dd829746b3b83cd Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Wed, 8 May 2019 01:26:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=B1=E5=8C=85=E5=85=85=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/plugins/view/wallet/recharge/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/plugins/view/wallet/recharge/index.html b/application/plugins/view/wallet/recharge/index.html index c4b50521f..7993014b0 100755 --- a/application/plugins/view/wallet/recharge/index.html +++ b/application/plugins/view/wallet/recharge/index.html @@ -44,6 +44,7 @@ 充值单号 充值金额(元) + 支付金额(元) 状态 支付方式 支付时间 @@ -56,7 +57,8 @@ {{foreach $data_list as $v}} {{$v.recharge_no}} - +{{$v.money}} + {{$v.money}} + {{if $v['pay_price'] gt 0}}+{{$v.pay_price}}{{/if}} {{$v.status_text}} {{$v.payment_name}} {{$v.pay_time_text}} -- GitLab