This commit is contained in:
gongfuxiang 2022-08-18 15:50:52 +08:00
parent da59dd0b2d
commit 3c7be2d89b

View File

@ -240,6 +240,7 @@ function MyView($view = '', $data = [])
'data' => &$data,
]);
// 调用框架视图方法
$result = \think\facade\View::fetch($view, $data);
// 模板引擎数据渲染后钩子