mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
feat: view支持读取assign的数据
This commit is contained in:
@@ -65,6 +65,11 @@ class ViewBase extends ThinkView
|
||||
});
|
||||
}
|
||||
|
||||
public function fetchData()
|
||||
{
|
||||
return $this->data;
|
||||
}
|
||||
|
||||
/**
|
||||
* 解析和获取模板内容 用于输出.
|
||||
* @param string $template 模板文件名或者内容
|
||||
|
||||
Reference in New Issue
Block a user