正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -33,7 +33,7 @@ class ShareController extends WeChatBaseController | @@ -33,7 +33,7 @@ class ShareController extends WeChatBaseController | ||
33 | // $this->error('跳转补全信息页面','','',''); | 33 | // $this->error('跳转补全信息页面','','',''); |
34 | // } | 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($user_id,$my_user['status']); | 37 | $url = $this->get_url($user_id,$my_user['status']); |
38 | $webPath = 'qrcode/share_'.$user_id.'.png'; | 38 | $webPath = 'qrcode/share_'.$user_id.'.png'; |
39 | $savePath = './upload/'.$webPath; | 39 | $savePath = './upload/'.$webPath; |
-
请 注册 或 登录 后发表评论