- {$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} |
| | |