Commit 0dc8a97b authored by zhuwei's avatar zhuwei

权限

parent 4ec7739f
...@@ -370,7 +370,7 @@ class UserService ...@@ -370,7 +370,7 @@ class UserService
$s_vip = new VipService(); $s_vip = new VipService();
//0:有权限 1:无权限 //0:有权限 1:无权限
$is_can_edit = $s_vip->vip($agent_id,'removeUserBind'); $is_can_edit = $s_vip->vip($agent_id,'index/pcEditClient');
if ($is_can_edit == 0) { if ($is_can_edit == 0) {
$is_can_edit_user_info = 0; $is_can_edit_user_info = 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment