wupengfei 3 年之前
父节点
当前提交
1499bb77fa
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      application/admin/controller/user/User.php
  2. 2 1
      application/admin/view/user/user/index.html
  3. 0 1
      extend/fast/Auth.php

+ 1 - 1
application/admin/controller/user/User.php

@@ -107,7 +107,7 @@ class User extends Backend
 
     public function recommend()
     {
-        return $this->view->fetch();
+
     }
 
 }

+ 2 - 1
application/admin/view/user/user/index.html

@@ -16,7 +16,8 @@
                         </div>
                     </div>
                     <table id="table" class="table table-striped table-bordered table-hover table-nowrap"
-
+                           data-operate-edit="{:$auth->check('user/user/edit')}"
+                           data-operate-del="{:$auth->check('user/user/del')}"
                            data-operate-move="{:$auth->check('user/user/move')}"
                            data-operate-recommend="{:$auth->check('user/user/recommend')}"
                            width="100%">

+ 0 - 1
extend/fast/Auth.php

@@ -90,7 +90,6 @@ class Auth
      */
     public function check($name, $uid, $relation = 'or', $mode = 'url')
     {
-        var_dump($name);
         if (!$this->config['auth_on']) {
             return true;
         }