正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
@@ -29,9 +29,9 @@ class ShareController extends WeChatBaseController | @@ -29,9 +29,9 @@ class ShareController extends WeChatBaseController | ||
29 | if(empty($my_user)){ | 29 | if(empty($my_user)){ |
30 | $this->error('查询为空','','',''); | 30 | $this->error('查询为空','','',''); |
31 | } | 31 | } |
32 | -// if(empty($my_user['phone'])){ | ||
33 | -// $this->error('跳转补全信息页面','','',''); | ||
34 | -// } | 32 | + if(empty($my_user['phone'])){ |
33 | + $this->error('跳转补全信息页面','','',''); | ||
34 | + } | ||
35 | //判断有没有生成过 | 35 | //判断有没有生成过 |
36 | if(!file_exists('./upload/poster/poster_'.$user_id.".png")){ | 36 | if(!file_exists('./upload/poster/poster_'.$user_id.".png")){ |
37 | $url = $this->get_url($my_user['id'],$my_user['status']); | 37 | $url = $this->get_url($my_user['id'],$my_user['status']); |
-
请 注册 或 登录 后发表评论