修改说明文件

This commit is contained in:
augushong
2020-08-08 22:32:24 +08:00
parent d263417b51
commit 250011808a
2 changed files with 69 additions and 23 deletions

View File

@@ -53,6 +53,8 @@ class Post extends Common
$model_post = ModelPost::find($id);
$model_post
View::assign('post', $model_post);
return View::fetch();