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

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

xqd
@@ -69,6 +69,7 @@ if (! function_exists('imageToCircle')) {
     function imageToCircle($url)
     {
         $ext = pathinfo($url);
+        dd($ext);
         $src_img = null;
         switch ($ext['extension']) {
             case 'jpg':