Commit 3ac61e55 authored by 章建武's avatar 章建武

dep

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