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}