This commit is contained in:
wangjinlei
2022-04-06 17:29:24 +08:00
parent 54a5658e99
commit 60fa28af02
2 changed files with 80 additions and 3 deletions

View File

@@ -897,7 +897,6 @@ class Reviewer extends Controller {
// $img = 'http://journalapi.tmrjournals.com/public/journalicon/'.$res['data']['icon'];
$template = ROOT_PATH . 'public' . DS . 'reviewerZS' . DS . 'zs.jpg';
halt($template);
$ziti = ROOT_PATH . 'public' . DS . 'zhengshu' . DS . 'siyuan.ttf';
$image = \think\Image::open($template);
$image->text($journal_info['title'], $ziti, 70, '#000000', [1450, 950])