15954078560 2 年之前
父节点
当前提交
2a782e2f7b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      addons/poster/library/Image.php

+ 1 - 1
addons/poster/library/Image.php

@@ -117,7 +117,7 @@ class Image
             $data['color'] = '#000';
         }
 
-        $text = mb_convert_encoding($text, "GB2312", "UTF-8");
+//        $text = mb_convert_encoding($text, "GB2312", "UTF-8");
 //        $text = iconv('gb2312','utf-8',$text);//解决乱码问题
         $colors = $this->hex2rgb($data['color']);
         $color = imagecolorallocate($this->target, $colors['red'], $colors['green'], $colors['blue']);