正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -29,7 +29,7 @@ class ShareController extends WeChatBaseController | @@ -29,7 +29,7 @@ class ShareController extends WeChatBaseController | ||
29 | if(empty($my_user)){ | 29 | if(empty($my_user)){ |
30 | $this->error('查询为空','','',''); | 30 | $this->error('查询为空','','',''); |
31 | } | 31 | } |
32 | - if($my_user['is_pro'] != 1 && $my_user['is_pro'] != ){ | 32 | + if($my_user['is_pro'] != 1){ |
33 | $this->error('无权限','','',''); | 33 | $this->error('无权限','','',''); |
34 | } | 34 | } |
35 | if(empty($my_user['phone'])){ | 35 | if(empty($my_user['phone'])){ |
-
请 注册 或 登录 后发表评论