From ad48df6c91f234f2b9e96d65d540497367eda0f6 Mon Sep 17 00:00:00 2001 From: liuweiwen <“529520975@qq.com> Date: Mon, 24 Feb 2020 13:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=B1=95=E7=A4=BA=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BehaviorLogController.class.php | 5 ++- Application/Admin/View/BehaviorLog/index.html | 8 ++++- .../View/BehaviorLog/singleSupplement.html | 32 ++++++++++++++++--- .../Admin/View/BindRechargeRecord/lists.html | 25 +++++++++++++-- .../Admin/View/Deposit/lists_secord.html | 8 ++++- Application/Admin/View/User/rolelist.html | 16 ++++++++-- 6 files changed, 82 insertions(+), 12 deletions(-) diff --git a/Application/Admin/Controller/BehaviorLogController.class.php b/Application/Admin/Controller/BehaviorLogController.class.php index 80c5fa79d..556fde811 100644 --- a/Application/Admin/Controller/BehaviorLogController.class.php +++ b/Application/Admin/Controller/BehaviorLogController.class.php @@ -86,6 +86,8 @@ class BehaviorLogController extends ThinkController $this->assign('endDate', $endDate); $this->assign('data', $data); $this->assign("is_admin",is_administrator()); + $show_data_power = (is_administrator()|| session('user_auth')['show_data']); + $this->assign('show_data_power', $show_data_power); $this->display('index'); } @@ -160,7 +162,8 @@ class BehaviorLogController extends ThinkController $this->assign('_page', $page); } $this->assign('show_data', $show_data); - + $show_data_power = (is_administrator()|| session('user_auth')['show_data']); + $this->assign('show_data_power', $show_data_power); $this->display('singleSupplement'); } diff --git a/Application/Admin/View/BehaviorLog/index.html b/Application/Admin/View/BehaviorLog/index.html index e78554575..d998b0327 100644 --- a/Application/Admin/View/BehaviorLog/index.html +++ b/Application/Admin/View/BehaviorLog/index.html @@ -137,7 +137,13 @@ - {$vo.extend} + + + {$vo.extend} + + {$vo.extend|encryptStr} + + {:set_show_time($vo['create_time'])} diff --git a/Application/Admin/View/BehaviorLog/singleSupplement.html b/Application/Admin/View/BehaviorLog/singleSupplement.html index fb3c242f3..72be628fd 100644 --- a/Application/Admin/View/BehaviorLog/singleSupplement.html +++ b/Application/Admin/View/BehaviorLog/singleSupplement.html @@ -112,11 +112,35 @@ {$vo.type} - {$vo.pay_order_number} - {$vo.extend} + + + {$vo.pay_order_number} + + {$vo.pay_order_number|encryptStr} + + + + + {$vo.extend} + + {$vo.extend|encryptStr} + + {:set_show_time($vo['pay_time'])} - {$vo.user_account} - {$vo.promote_account} + + + {$vo.user_account} + + {$vo.user_account|encryptStr} + + + + + {$vo.promote_account} + + {$vo.promote_account|encryptStr} + + {$vo.game_name} {$vo.pay_amount} {$vo.pay_way} diff --git a/Application/Admin/View/BindRechargeRecord/lists.html b/Application/Admin/View/BindRechargeRecord/lists.html index f3d299cfd..ca668d2bd 100644 --- a/Application/Admin/View/BindRechargeRecord/lists.html +++ b/Application/Admin/View/BindRechargeRecord/lists.html @@ -119,9 +119,28 @@ - {$vo.pay_order_number} - {$vo.user_account} - {:get_promote_account($vo['promote_id'])} + + + {$vo.pay_order_number} + + {$vo.pay_order_number|encryptStr} + + + + + {$vo.user_account} + + {$vo.user_account|encryptStr} + + + + + {:get_promote_account($vo['promote_id'])} + + + {$promote_account|encryptStr} + + {$vo.game_name} {$vo.amount} {$vo.real_amount} diff --git a/Application/Admin/View/Deposit/lists_secord.html b/Application/Admin/View/Deposit/lists_secord.html index 203d7f3a6..7e534ac61 100644 --- a/Application/Admin/View/Deposit/lists_secord.html +++ b/Application/Admin/View/Deposit/lists_secord.html @@ -133,7 +133,13 @@ - {:$data['pay_order_number']} + + + {$data.pay_order_number} + + {$data.pay_order_number|encryptStr} + + 官方渠道 diff --git a/Application/Admin/View/User/rolelist.html b/Application/Admin/View/User/rolelist.html index e6cd2d578..43e26c13f 100644 --- a/Application/Admin/View/User/rolelist.html +++ b/Application/Admin/View/User/rolelist.html @@ -151,8 +151,20 @@ {$gamename} {$data['server_id']} {$servername} - {$data['role_id']} - {$rolename} + + + {$data['role_id']} + + **** + + + + + {$rolename} + + {$rolename|encryptStr} + + {$data.role_level}