From dd22914773991cfcab24faf079a18f18abe4e7d2 Mon Sep 17 00:00:00 2001 From: heibai Date: Thu, 9 Jun 2022 15:53:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=A7=AF=E5=88=86=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=96=87=E6=9C=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/user4s/Goodlog.php | 2 +- application/admin/view/user4s/goodlog/index.html | 2 +- public/assets/js/backend/user4s/user.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/admin/controller/user4s/Goodlog.php b/application/admin/controller/user4s/Goodlog.php index 3462d99..3e65c89 100644 --- a/application/admin/controller/user4s/Goodlog.php +++ b/application/admin/controller/user4s/Goodlog.php @@ -126,7 +126,7 @@ class Goodlog extends Backend $need_price = $good->price * $num; $need_integral = $good->integral * $num; if($user->integral < $need_integral){ - $this->error('用户积分不足,用户只有'.$good->integral); + $this->error('用户积分不足,用户只有'.$good->integral.'积分'); } if($user->balance < $need_price){ $this->error('用户余额不足,用户只有'.$good->balance.'元'); diff --git a/application/admin/view/user4s/goodlog/index.html b/application/admin/view/user4s/goodlog/index.html index a1c21c6..b8125f5 100644 --- a/application/admin/view/user4s/goodlog/index.html +++ b/application/admin/view/user4s/goodlog/index.html @@ -7,7 +7,7 @@
- {:__('新兑换')} + {:__('新兑换')} {:__('Delete')} diff --git a/public/assets/js/backend/user4s/user.js b/public/assets/js/backend/user4s/user.js index 32b5ed7..47faf3f 100644 --- a/public/assets/js/backend/user4s/user.js +++ b/public/assets/js/backend/user4s/user.js @@ -127,7 +127,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function return row.name +'-的回访单' }, classname: 'btn btn-xs btn-info btn-addtabs', - icon: 'fa fa-comments-o', + icon: 'fa fa-comments-o fa-fw', url: 'user4s/visit/index?user4s_id={id}&status=0', extend: 'data-area=\'["1000px","800px"]\'', },