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

dep

parent e7f5f70c
......@@ -84,7 +84,7 @@ class IndexController extends Controller
//二维码水印
$code = imagecreatefrompng($qr_code);
imagecopymerge($bg, $code, 1300, 2550, 0, 0, 170, 170, 100);
imagecopymerge($bg, $code, 1310, 2550, 0, 0, 174, 174, 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