Commit f5d22be2 authored by 章建武's avatar 章建武

dep

parent 3ac61e55
......@@ -84,7 +84,7 @@ class IndexController extends Controller
//二维码水印
$code = imagecreatefrompng($qr_code);
imagecopymerge($bg, $code, 1290, 2530, 0, 0, 203, 203, 100);
imagecopymerge($bg, $code, 1280, 2530, 0, 0, 203, 203, 100);
//用户头像水印
$this->thumb($user_pic,$num);
//缩略图
......
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