wupengfei 3 tahun lalu
induk
melakukan
1499bb77fa

+ 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;
         }