dyjh 6 年之前
父节点
当前提交
150fccd6ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Helper/functions.inc.php

+ 1 - 1
app/Helper/functions.inc.php

xqd
@@ -101,7 +101,7 @@ if (! function_exists('imageToCircle')) {
                 }
             }
         }
-        imagejpeg($img, $url);
+        imagepng($img, $url);
         return $url;
     }
 }