From 3c7be2d89b2f8923d348c2f39ab6c7b825408f3b Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Thu, 18 Aug 2022 15:50:52 +0800 Subject: [PATCH] view --- app/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/common.php b/app/common.php index 61f1860a5..3b8a57706 100755 --- a/app/common.php +++ b/app/common.php @@ -240,6 +240,7 @@ function MyView($view = '', $data = []) 'data' => &$data, ]); + // 调用框架视图方法 $result = \think\facade\View::fetch($view, $data); // 模板引擎数据渲染后钩子