Commit 120d051b authored by 章建武's avatar 章建武

dep

parent 28e41438
......@@ -92,7 +92,7 @@ class IndexController extends Controller
//用户头像水印
$this->thumb($user_pic,$num);
//缩略图
$thumb = 'http://www.test_h5.net/H5/pimg/'.'thumb'.$num.'.png';
$thumb = 'http://mallapp.guoguodz.com/test_h5/appwww/H5/pimg/'.'thumb'.$num.'.png';
$us_img = imagecreatefrompng($thumb);
imagecopymerge($bg, $us_img, 1140, 555, 0, 0, 270, 270, 100);
......
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