$view = new \think\View(['view_suffix', 'php']);
$view->assign('email', $email);
$view->assign('verify_code', $verify_code);
$content = $view->fetch('common@emails/register');
模板文件不存在:D:\wamp\www\FishCMS\public/../application/common\view\emails\register.html