From 299aa37a6cba8a53af78cf0dcc544a6fa51b627e Mon Sep 17 00:00:00 2001 From: devil_gong Date: Wed, 8 May 2019 10:00:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=B1=E5=8C=85=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/plugins/view/wallet/recharge/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/plugins/view/wallet/recharge/index.html b/application/plugins/view/wallet/recharge/index.html index 7993014b0..3d85cf9fa 100755 --- a/application/plugins/view/wallet/recharge/index.html +++ b/application/plugins/view/wallet/recharge/index.html @@ -58,7 +58,7 @@ {{$v.recharge_no}} {{$v.money}} - {{if $v['pay_price'] gt 0}}+{{$v.pay_price}}{{/if}} + {{if $v['pay_money'] gt 0}}+{{$v.pay_money}}{{/if}} {{$v.status_text}} {{$v.payment_name}} {{$v.pay_time_text}} -- GitLab