Browse Source

邀请码和TKid等值

lizhen_gitee 1 year ago
parent
commit
82f6a4cecd

+ 1 - 1
application/admin/lang/zh-cn/user/user.php

@@ -3,7 +3,7 @@
 return [
     'Id'                     => 'ID',
     'Intro_uid'              => '推荐人UID',
-    'Username'               => '用户名',
+    'Username'               => 'TK号',
     'Nickname'               => '昵称',
     'Introcode'              => '邀请码',
     'Password'               => '密码',

+ 1 - 1
public/assets/js/backend/user/user.js

@@ -29,7 +29,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
 //                        {field: 'intro_uid', title: __('Intro_uid')},
                         {field: 'username', title: __('Username'), operate: 'LIKE',sortable:true},
                         {field: 'nickname', title: __('Nickname'), operate: 'LIKE'},
-                        {field: 'introcode', title: __('Introcode'), operate: 'LIKE'},
+//                        {field: 'introcode', title: __('Introcode'), operate: 'LIKE'},
 //                        {field: 'password', title: __('Password'), operate: 'LIKE'},
 //                        {field: 'salt', title: __('Salt'), operate: 'LIKE'},
                         {field: 'mobile', title: __('Mobile'), operate: 'LIKE'},