正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -42,9 +42,9 @@ class ShareController extends WeChatBaseController | @@ -42,9 +42,9 @@ class ShareController extends WeChatBaseController | ||
42 | $webPath = 'qrcode/code_img'.$user_id.$my_user['status'].'.png'; | 42 | $webPath = 'qrcode/code_img'.$user_id.$my_user['status'].'.png'; |
43 | $savePath = './upload/'.$webPath; | 43 | $savePath = './upload/'.$webPath; |
44 | //生成带参二维码 | 44 | //生成带参二维码 |
45 | -// if(!file_exists($savePath)){ | 45 | + if(!file_exists($savePath)){ |
46 | $prcode_url = $this->code_img($my_user['id'],$my_user['status']); | 46 | $prcode_url = $this->code_img($my_user['id'],$my_user['status']); |
47 | -// } | 47 | + } |
48 | $savePath = './upload/poster'; | 48 | $savePath = './upload/poster'; |
49 | if(!file_exists($savePath)){ | 49 | if(!file_exists($savePath)){ |
50 | mkdir ($savePath,0777,true); | 50 | mkdir ($savePath,0777,true); |
-
请 注册 或 登录 后发表评论